Spaces:
Sleeping
Sleeping
chore: Update config.yml with max_output_age option
Browse files- config.yml +1 -0
config.yml
CHANGED
@@ -58,5 +58,6 @@ server_name: 0.0.0.0
|
|
58 |
# server_port: 7860
|
59 |
recursion_limit: 16
|
60 |
recursion_limit_max: 20
|
|
|
61 |
allow_flagging: false
|
62 |
# verbose: false
|
|
|
58 |
# server_port: 7860
|
59 |
recursion_limit: 16
|
60 |
recursion_limit_max: 20
|
61 |
+
max_output_age: 2
|
62 |
allow_flagging: false
|
63 |
# verbose: false
|