Skip to content

Commit

Permalink
fix: adjust disk cache path in ci config files
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Mar 6, 2023
1 parent 09b689d commit daf7817
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/deploy/config/databend-query-node-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ data_cache_storage = "none"

[cache.disk]
# cache path
path = "./databend/_cache"
path = "./.databend/_cache"
# max bytes of cached data 20G
max_bytes = 21474836480
2 changes: 1 addition & 1 deletion scripts/ci/deploy/config/databend-query-node-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ data_cache_storage = "none"

[cache.disk]
# cache path
path = "./databend/_cache"
path = "./.databend/_cache"
# max bytes of cached data 20G
max_bytes = 21474836480
2 changes: 1 addition & 1 deletion scripts/ci/deploy/config/databend-query-node-3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ data_cache_storage = "none"

[cache.disk]
# cache path
path = "./databend/_cache"
path = "./.databend/_cache"
# max bytes of cached data 20G
max_bytes = 21474836480
2 changes: 1 addition & 1 deletion scripts/ci/deploy/config/databend-query-node-shared.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ table_data_cache_population_queue_size = 65535

[cache.disk]
# cache path
path = "./databend/_cache"
path = "./.databend/_cache"
# max bytes of cached data 20G
max_bytes = 21474836480

0 comments on commit daf7817

Please sign in to comment.