Browse Source

[core] Added CACHEABLE_TTL default value to the .ini templates

Enrico Berti 9 years ago
parent
commit
620d04f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -217,7 +217,7 @@
 
     # Cache timeout in milliseconds for the assist, autocomplete, etc.
     # defaults to 86400000 (1 day), set to 0 to disable caching
-    ## cacheable_ttl=
+    ## cacheable_ttl=86400000
 
   # Configuration options for user authentication into the web application
   # ------------------------------------------------------------------------

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -221,7 +221,7 @@
 
     # Cache timeout in milliseconds for the assist, autocomplete, etc.
     # defaults to 86400000 (1 day), set to 0 to disable caching
-    ## cacheable_ttl=
+    ## cacheable_ttl=86400000
 
   # Configuration options for user authentication into the web application
   # ------------------------------------------------------------------------