Skip to content
Snippets Groups Projects
Commit 3c6c1bd4 authored by xaralis's avatar xaralis
Browse files

feat: increase re-sort limit to 5secs

parent 18d5cfac
No related branches found
No related tags found
No related merge requests found
Pipeline #2083 passed
...@@ -14,7 +14,7 @@ const sortOnRankThrottled = throttle(() => { ...@@ -14,7 +14,7 @@ const sortOnRankThrottled = throttle(() => {
updateWindowPosts(state); updateWindowPosts(state);
} }
}); });
}, 3000); }, 5000);
export const handlePostRanked = (payload) => { export const handlePostRanked = (payload) => {
PostStore.update((state) => { PostStore.update((state) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment