mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	Update debounce timeouts
This commit is contained in:
		| @@ -26,12 +26,12 @@ const fetchMetaData = async (commit, params) => { | |||||||
| }; | }; | ||||||
|  |  | ||||||
| const debouncedFetchMetaData = debounce(fetchMetaData, 500, false, 1500); | const debouncedFetchMetaData = debounce(fetchMetaData, 500, false, 1500); | ||||||
| const longDebouncedFetchMetaData = debounce(fetchMetaData, 1000, false, 8000); | const longDebouncedFetchMetaData = debounce(fetchMetaData, 5000, false, 10000); | ||||||
| const superLongDebouncedFetchMetaData = debounce( | const superLongDebouncedFetchMetaData = debounce( | ||||||
|   fetchMetaData, |   fetchMetaData, | ||||||
|   1500, |   10000, | ||||||
|   false, |   false, | ||||||
|   10000 |   20000 | ||||||
| ); | ); | ||||||
|  |  | ||||||
| export const actions = { | export const actions = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Pranav
					Pranav