소스 검색

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

Enrico Berti 9 년 전
부모
커밋
620d04f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
   # ------------------------------------------------------------------------