[Groonga-commit] groonga/groonga at 7783a2f [master] Reduce the default lock timeout to 15min from 2.7h

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 16 12:33:52 JST 2016


Kouhei Sutou	2016-09-16 12:33:52 +0900 (Fri, 16 Sep 2016)

  New Revision: 7783a2f5c320c1f260c86a79fc3b08fe84663ece
  https://github.com/groonga/groonga/commit/7783a2f5c320c1f260c86a79fc3b08fe84663ece

  Message:
    Reduce the default lock timeout to 15min from 2.7h
    
    Normally, we can't wait 2.7h to detect unlockable...

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2016-09-14 18:54:08 +0900 (843c0d8)
+++ configure.ac    2016-09-16 12:33:52 +0900 (2c6fc15)
@@ -472,7 +472,7 @@ AC_ARG_WITH(stack_size,
 AC_DEFINE_UNQUOTED(GRN_STACK_SIZE, [$GRN_STACK_SIZE], [stack size])
 
 # lock timeout
-GRN_LOCK_TIMEOUT=10000000
+GRN_LOCK_TIMEOUT=900000
 AC_ARG_WITH(lock_timeout,
   [AS_HELP_STRING([--with-lock-timeout=N],
     [This option specifies how many times Groonga tries to acquire a lock.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index