mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
Add missing export in 15e32dc1af
.
This commit is contained in:
parent
15e32dc1af
commit
ca8d11635c
|
@ -16,7 +16,7 @@ import discourseComputed from "discourse-common/utils/decorators";
|
|||
// update the client-side timestamp of when client A was last seen.
|
||||
// - If client A disconnects or becomes inactive, the state of client A will be
|
||||
// cleaned up on client B by a scheduler that runs every TIMER_INTERVAL_MILLISECONDS
|
||||
const KEEP_ALIVE_DURATION_SECONDS = 10;
|
||||
export const KEEP_ALIVE_DURATION_SECONDS = 10;
|
||||
const BUFFER_DURATION_SECONDS = KEEP_ALIVE_DURATION_SECONDS + 2;
|
||||
|
||||
const MESSAGE_BUS_LAST_ID = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user