Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: influxdb/influxdb-config.toml

Issue 1842463002: Try setting cache-snapshot-write-cold-duration to 1m as suggested in https://github.com/influxdata/… (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: influxdb/influxdb-config.toml
diff --git a/influxdb/influxdb-config.toml b/influxdb/influxdb-config.toml
index e9906a73c1c44f8a0acdca833c02838ea461436a..5f12a433a224adac0e964dd0a40f0d0a4bc8f469 100644
--- a/influxdb/influxdb-config.toml
+++ b/influxdb/influxdb-config.toml
@@ -35,7 +35,7 @@ bind-address = ":8088"
query-log-enabled = true
cache-max-memory-size = 524288000
cache-snapshot-memory-size = 26214400
- cache-snapshot-write-cold-duration = "1h0m0s"
+ cache-snapshot-write-cold-duration = "1m0s"
compact-full-write-cold-duration = "24h0m0s"
max-points-per-block = 0
data-logging-enabled = true
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698