fix log size
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 47s

This commit is contained in:
Your Name
2025-09-20 17:45:02 +12:00
parent 53a917af3f
commit e27df71cd2
2 changed files with 4 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ limits_config:
ingestion_burst_size_mb: 20 # 20MB burst (default is 6MB)
per_stream_rate_limit: 5MB
per_stream_rate_limit_burst: 10MB
max_line_size: 1048576 # 1MB max entry size (default is 256KB)
table_manager:
retention_deletes_enabled: true

View File

@@ -6,5 +6,6 @@
"squashdisplay": "1.0.0",
"static-website": "1.0.0",
"tailscale": "1.0.0",
"watchtower": "1.0.0"
}
"watchtower": "1.0.0",
"logserver": "1.0.1"
}