Limit task lists and clamp message length
All checks were successful
publish-images / build (push) Successful in 6s

This commit is contained in:
dan
2026-01-06 10:09:20 +03:00
parent cfbaa7cb90
commit 79bb14f05c
3 changed files with 36 additions and 4 deletions

View File

@@ -8,4 +8,8 @@ services:
environment:
- BOINC_HOST=127.0.0.1
- BOINC_PORT=31416
- HTTP_PROXY=http://127.0.0.1:10809
- HTTPS_PROXY=http://127.0.0.1:10809
- ALL_PROXY=http://127.0.0.1:10809
- NO_PROXY=localhost,127.0.0.1
command: ["python", "-m", "bot.main"]