Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Gutenberg_HTTP_Polling_Sync_Server {
const REST_NAMESPACE = 'wp/v2/sync';

/**
* Awareness timeout in milliseconds. Clients that haven't updated
* Awareness timeout in seconds. Clients that haven't updated
* their awareness state within this time are considered disconnected.
*/
const AWARENESS_TIMEOUT_IN_S = 30; // 30 seconds
Expand Down
Loading