mirror of
https://github.com/outline/outline.git
synced 2026-04-22 09:48:42 -05:00
7ac724909d
closes #1610
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
// @flow
|
|
|
|
export const USER_PRESENCE_INTERVAL = 5000;
|
|
export const MAX_AVATAR_DISPLAY = 6;
|
|
export const MAX_TITLE_LENGTH = 100;
|