chore: increment editor debounce rate (#2958) [skip e2e]

This commit is contained in:
Antonella Sgarlatta 2025-11-07 11:32:31 -03:00 committed by GitHub
parent 1a60f73af8
commit 47bb5facf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
import { MILLISECONDS_IN_A_SECOND } from '@/Constants/Constants'
export const EditorSaveTimeoutDebounce = {
Desktop: 350,
Desktop: 700,
ImmediateChange: 100,
NativeMobileWeb: 700,
LargeNote: 60 * MILLISECONDS_IN_A_SECOND,