|
@@ -48,9 +48,6 @@ SqlQueriesStoredDirectory=sql/
|
|
# app/views/direct. By default, this parameter is false.
|
|
# app/views/direct. By default, this parameter is false.
|
|
DirectViewRenderMode=false
|
|
DirectViewRenderMode=false
|
|
|
|
|
|
-# Specify a file path for system log.
|
|
|
|
-SystemLogFile=log/treefrog.log
|
|
|
|
-
|
|
|
|
# Specify a file path for SQL query log.
|
|
# Specify a file path for SQL query log.
|
|
# If it's empty or the line is commented out, output to SQL query log
|
|
# If it's empty or the line is commented out, output to SQL query log
|
|
# is disabled.
|
|
# is disabled.
|
|
@@ -251,7 +248,7 @@ Cache.Backend=sqlite
|
|
# Probability of starting garbage collection (GC) for cache.
|
|
# Probability of starting garbage collection (GC) for cache.
|
|
# If 100 is specified, GC will be started at a rate of once per 100
|
|
# If 100 is specified, GC will be started at a rate of once per 100
|
|
# sets. If 0 is specified, the GC never starts.
|
|
# sets. If 0 is specified, the GC never starts.
|
|
-Cache.GcProbability=100000
|
|
|
|
|
|
+Cache.GcProbability=10000000
|
|
|
|
|
|
# If true, enable LZ4 compression when storing data.
|
|
# If true, enable LZ4 compression when storing data.
|
|
Cache.EnableCompression=no
|
|
Cache.EnableCompression=no
|