This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit d5fa2ff6720ce9918ed021ae503020bfbf52288a Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Oct 21 16:07:13 2015 +0200 Reduction du temps de lock dans la configuration de la base h2 --- .../src/main/java/fr/ird/observe/ObserveTopiaConfigurationFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observe-entities/src/main/java/fr/ird/observe/ObserveTopiaConfigurationFactory.java b/observe-entities/src/main/java/fr/ird/observe/ObserveTopiaConfigurationFactory.java index 04bc902..7413d33 100644 --- a/observe-entities/src/main/java/fr/ird/observe/ObserveTopiaConfigurationFactory.java +++ b/observe-entities/src/main/java/fr/ird/observe/ObserveTopiaConfigurationFactory.java @@ -59,7 +59,7 @@ public class ObserveTopiaConfigurationFactory { //"MODE=hsqldb;" + // Sets the default lock timeout (in milliseconds) in this // database that is used for the new sessions. - "DEFAULT_LOCK_TIMEOUT=2000;" + + "DEFAULT_LOCK_TIMEOUT=100;" + // -1: the database is never closed until the close delay is set to // some other rev or SHUTDOWN is called., 0: no delay (default; the // database is closed if the last connection to it is closed)., n: -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.