Skip to content

Commit

Permalink
Slow down fejson fns
Browse files Browse the repository at this point in the history
  • Loading branch information
strawmelonjuice committed Nov 27, 2024
1 parent 8f7c3c4 commit 5492635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/frontend.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn main() {
)
global.set_interval(4000, update_fejson)
global.set_timeout(80, fn() {
global.set_interval(1, fn() { run_fejson_functions() })
global.set_interval(80, fn() { run_fejson_functions() })
})
}

Expand Down

0 comments on commit 5492635

Please sign in to comment.