Эх сурвалжийг харах

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

Enrico Berti 9 жил өмнө
parent
commit
620d04f

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

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