mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-02 17:48:34 +01:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
export const REQUEST_DELAY = 3000;
|
|
export const AFTER_ALL_DELAY = 500;
|
|
export const BEFORE_ALL_TIMEOUT = 5000;
|