1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

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

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 *