3x-ui/web
MHSanaei 3fa0da38c9
Add timeouts and delays to backup sends
Add rate-limit friendly delays and context timeouts when sending backups via Telegram. Iterate admin IDs with index to sleep 1s between sends; add 30s context.WithTimeout for each SendDocument call and defer file.Close() for opened files; insert a 500ms pause between sending DB and config files. These changes improve resource cleanup and reduce chance of Telegram rate-limit/timeout failures.
2026-02-14 22:31:41 +01:00
..
assets Remove allowInsecure 2026-02-11 18:21:23 +01:00
controller bug fix #3785 2026-02-11 22:21:09 +01:00
entity feat: more subscription information fields (#3701) 2026-01-26 23:06:01 +01:00
global Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00
html bug fix #3785 2026-02-11 22:21:09 +01:00
job Add url speed test for outbound (#3767) 2026-02-09 21:43:17 +01:00
locale docs: add comments for all functions 2025-09-20 09:35:50 +02:00
middleware docs: add comments for all functions 2025-09-20 09:35:50 +02:00
network docs: add comments for all functions 2025-09-20 09:35:50 +02:00
service Add timeouts and delays to backup sends 2026-02-14 22:31:41 +01:00
session docs: add comments for all functions 2025-09-20 09:35:50 +02:00
translation translate bug fix #3789 2026-02-14 21:41:20 +01:00
websocket Add url speed test for outbound (#3767) 2026-02-09 21:43:17 +01:00
web.go Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00