Skip to content

Commit dfb4732

Browse files
authored
feat: update gc and log level config (#7083)
Signed-off-by: machichima <nary12321@gmail.com>
1 parent 5eab149 commit dfb4732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manager/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ webhook:
2424
# Executor configuration
2525
executor:
2626
gc:
27-
interval: 1m
28-
maxTTL: 1m
27+
interval: 1h
28+
maxTTL: 24h
2929

3030
# Runs service configuration
3131
runs:
@@ -41,7 +41,7 @@ runs:
4141

4242
# Logger configuration
4343
logger:
44-
level: 4 # Info level
44+
level: 5 # Info level
4545
show-source: true
4646

4747
# Data Proxy Configuration

0 commit comments

Comments
 (0)