mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
feat: Update meta debounce max wait (#12493)
This commit is contained in:
@@ -29,9 +29,9 @@ const debouncedFetchMetaData = debounce(fetchMetaData, 500, false, 1000);
|
||||
const longDebouncedFetchMetaData = debounce(fetchMetaData, 500, false, 5000);
|
||||
const superLongDebouncedFetchMetaData = debounce(
|
||||
fetchMetaData,
|
||||
2000,
|
||||
1500,
|
||||
false,
|
||||
5000
|
||||
10000
|
||||
);
|
||||
|
||||
export const actions = {
|
||||
|
||||
Reference in New Issue
Block a user