Skip to content

Commit d406845

Browse files
authored
Merge pull request #146 from JingleJam/develop
Enable the graph
2 parents 50e6d37 + 52f251e commit d406845

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workers/tiltify-cache/wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DURABLE_OBJECT_CACHE_KEY = "tiltify-data-2025"
3838
LIVE_REFRESH_TIME = 10
3939
ENABLE_REFRESH = true
4040
GRAPH_REFRESH_TIME = 600
41-
ENABLE_GRAPH_REFRESH = false
41+
ENABLE_GRAPH_REFRESH = true
4242
ENABLE_DEBUG = false
4343

4444

@@ -66,5 +66,5 @@ DURABLE_OBJECT_CACHE_KEY = "tiltify-data-2025"
6666
LIVE_REFRESH_TIME = 10
6767
ENABLE_REFRESH = true
6868
GRAPH_REFRESH_TIME = 600
69-
ENABLE_GRAPH_REFRESH = false
69+
ENABLE_GRAPH_REFRESH = true
7070
ENABLE_DEBUG = false

0 commit comments

Comments
 (0)