mirror of
https://github.com/rjNemo/federation
synced 2026-06-10 12:06:40 +00:00
3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
declare const MIN_WS_TIMEOUT = 1000;
|
|
declare const WS_TIMEOUT = 30000;
|
|
export { MIN_WS_TIMEOUT, WS_TIMEOUT, };
|