X-Git-Url: https://code.grnet.gr/git/aquarium/blobdiff_plain/d905c10ca003b97dbabb949d071363271fbc81b8..b7b59f6f530833efcedb0f4a08327e7fd8957992:/src/test/resources/aquarium.properties diff --git a/src/test/resources/aquarium.properties b/src/test/resources/aquarium.properties index 0f22897..e86d736 100644 --- a/src/test/resources/aquarium.properties +++ b/src/test/resources/aquarium.properties @@ -59,7 +59,7 @@ mongodb.connection.pool.size=20 # Relative to AQUARIUM_HOME or an absolute path # DO NOT set this in production -#events.store.folder=../events-store +events.store.folder=../events-store # Store resource events to events.store.folder as well events.store.save.rc.events=false @@ -75,13 +75,9 @@ rest.service.class=gr.grnet.aquarium.service.FinagleRESTService rest.shutdown.timeout.millis=2000 # Store subsystem store.provider.class=gr.grnet.aquarium.store.mongodb.MongoDBStoreProvider -# Override the user store (if present, it will not be given by the store provider above) -#user.state.store.class=gr.grnet.aquarium.store.memory.MemStorede the event store (if present, it will not be given by the store provider above) -#resource.event.store.class= -# Override the user event store (if present, it will not be given by the store provider above) -#user.event.store.class= -# Override the user event store (if present, it will not be given by the store provider above) -#policy.store.class= + +# A time period in milliseconds for which we can tolerate stale parts regarding user state. +user.state.timestamp.threshold=1 # Administrative REST API authorization cookie admin.cookie=1 \ No newline at end of file