git-svn-id: https://svn.d4science-ii.research-infrastructures.eu/gcube/branches/common/common-smartgears/2.1@146313 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dec655f480
commit
c623abdac5
|
@ -26,8 +26,7 @@ public class AccountingManager extends ContainerHandler {
|
|||
@Override
|
||||
public void onStop(ContainerLifecycleEvent.Stop e) {
|
||||
logger.trace("Going to flush accounting data");
|
||||
AccountingPersistenceFactory.flushAll(1000, TimeUnit.MILLISECONDS);
|
||||
AccountingPersistenceFactory.shutDown();
|
||||
AccountingPersistenceFactory.shutDown(1000, TimeUnit.MILLISECONDS);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue