mirror of
https://github.com/discourse/discourse.git
synced 2025-06-14 16:56:35 +08:00
Add missing export in 15e32dc1af90ceafbb8eadf2e0e5ecc59b9a7527.
This commit is contained in:
@ -16,7 +16,7 @@ import discourseComputed from "discourse-common/utils/decorators";
|
|||||||
// update the client-side timestamp of when client A was last seen.
|
// 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
|
// - 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
|
// 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 BUFFER_DURATION_SECONDS = KEEP_ALIVE_DURATION_SECONDS + 2;
|
||||||
|
|
||||||
const MESSAGE_BUS_LAST_ID = 0;
|
const MESSAGE_BUS_LAST_ID = 0;
|
||||||
|
Reference in New Issue
Block a user