Upping debounce to 30 seconds as it has no real negative.
This commit is contained in:
parent
aa51bf7f07
commit
31d0a8b483
|
@ -9,7 +9,7 @@ const CouchDB = require("../db")
|
|||
const { DocumentTypes } = require("../db/utils")
|
||||
const { PermissionTypes } = require("@budibase/auth/permissions")
|
||||
|
||||
const DEBOUNCE_TIME_SEC = 20
|
||||
const DEBOUNCE_TIME_SEC = 30
|
||||
|
||||
/************************************************** *
|
||||
* This middleware has been broken out of the *
|
||||
|
|
Loading…
Reference in New Issue