Skip to content

Commit

Permalink
Tweak feed fetching interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Apr 29, 2024
1 parent bf48afb commit e0a59d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ onMounted(() => {
useIntervalFn(() => {
fetch();
}, 1000);
}, 5000);
const ops = ref<FeedUserOp[]>([]);
async function fetch(): Promise<void> {
Expand Down

0 comments on commit e0a59d9

Please sign in to comment.