Skip to content

Commit e150244

Browse files
committed
Increase debounce since moved back to free plan (1 / sec)
1 parent 5834d03 commit e150244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/search-location.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const useCitySearch = () => {
113113
} else {
114114
fetchData()
115115
}
116-
}, 400)
116+
}, 1000)
117117

118118
return () => {
119119
clearTimeout(debounce)

0 commit comments

Comments
 (0)