fix log size
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 47s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 47s
This commit is contained in:
@@ -46,6 +46,7 @@ limits_config:
|
|||||||
ingestion_burst_size_mb: 20 # 20MB burst (default is 6MB)
|
ingestion_burst_size_mb: 20 # 20MB burst (default is 6MB)
|
||||||
per_stream_rate_limit: 5MB
|
per_stream_rate_limit: 5MB
|
||||||
per_stream_rate_limit_burst: 10MB
|
per_stream_rate_limit_burst: 10MB
|
||||||
|
max_line_size: 1048576 # 1MB max entry size (default is 256KB)
|
||||||
|
|
||||||
table_manager:
|
table_manager:
|
||||||
retention_deletes_enabled: true
|
retention_deletes_enabled: true
|
||||||
|
@@ -6,5 +6,6 @@
|
|||||||
"squashdisplay": "1.0.0",
|
"squashdisplay": "1.0.0",
|
||||||
"static-website": "1.0.0",
|
"static-website": "1.0.0",
|
||||||
"tailscale": "1.0.0",
|
"tailscale": "1.0.0",
|
||||||
"watchtower": "1.0.0"
|
"watchtower": "1.0.0",
|
||||||
|
"logserver": "1.0.1"
|
||||||
}
|
}
|
Reference in New Issue
Block a user