1
0
Fork 0
mirror of synced 2024-06-22 04:10:54 +12: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 ae8e88f426
commit 484e22c62d

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 *