[Groonga-commit] droonga/droonga-http-server at 3ea2536 [master] Save given cache-ttl-in-seconds to the configuration file correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 19 18:16:38 JST 2014


YUKI Hiroshi	2014-11-19 18:16:38 +0900 (Wed, 19 Nov 2014)

  New Revision: 3ea2536ee101b50ef2ebadc7ddaecb4250ad6838
  https://github.com/droonga/droonga-http-server/commit/3ea2536ee101b50ef2ebadc7ddaecb4250ad6838

  Message:
    Save given cache-ttl-in-seconds to the configuration file correctly

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+1 -0)
===================================================================
--- bin/droonga-http-server-configure    2014-11-19 18:15:06 +0900 (ec14502)
+++ bin/droonga-http-server-configure    2014-11-19 18:16:38 +0900 (be63707)
@@ -324,6 +324,7 @@ function writeNewConfigs() {
     configs.system_log_file    = configValues.systemLogFile;
     configs.system_log_level   = configValues.systemLogLevel;
     configs.cache_size         = configValues.cacheSize;
+    configs.cache_ttl_in_seconds = configValues.cacheTtlInSeconds;
     configs.enable_trust_proxy = configValues.enableTrustProxy;
     configs.environment        = configValues.environment;
 
-------------- next part --------------
HTML����������������������������...
Download 



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