[Groonga-commit] groonga/groonga at d3d4d3e [master] cmake: reduce the default lock timeout

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 29 15:45:43 JST 2016


Kouhei Sutou	2016-09-29 15:45:43 +0900 (Thu, 29 Sep 2016)

  New Revision: d3d4d3e3adb633f5d988d147a24f6b66c6aa7cb6
  https://github.com/groonga/groonga/commit/d3d4d3e3adb633f5d988d147a24f6b66c6aa7cb6

  Message:
    cmake: reduce the default lock timeout
    
    I forgot to change the value in CMakeLists.txt...

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2016-09-29 11:43:36 +0900 (f901af7)
+++ CMakeLists.txt    2016-09-29 15:45:43 +0900 (2d0cc1c)
@@ -118,7 +118,7 @@ set(GRN_STACK_SIZE
   CACHE STRING
   "DANGER!!! Groonga's stack size. Normarlly, you should not change this variable.")
 set(GRN_LOCK_TIMEOUT
-  10000000
+  900000
   CACHE STRING
   "timeout to acquire a lock.")
 set(GRN_LOCK_WAIT_TIME_NANOSECOND
-------------- next part --------------
HTML����������������������������...
Download 



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