Upping debounce to 30 seconds as it has no real negative.

This commit is contained in:
mike12345567 2021-05-21 15:14:35 +01:00
parent aa51bf7f07
commit 31d0a8b483
1 changed files with 1 additions and 1 deletions

View File

@ -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 *