mirror of
https://github.com/outline/outline.git
synced 2026-06-25 01:04:24 +03:00
10 lines
238 B
JavaScript
10 lines
238 B
JavaScript
// @flow
|
|
|
|
export const USER_PRESENCE_INTERVAL = 5000;
|
|
export const MAX_AVATAR_DISPLAY = 6;
|
|
export const MAX_TITLE_LENGTH = 100;
|
|
|
|
export const MESSAGE_SYNC = 0;
|
|
export const MESSAGE_AWARENESS = 1;
|
|
export const MESSAGE_QUERY_AWARENESS = 3;
|