Skip to content

Commit

Permalink
fix: supercache 60s period (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
masaimu authored Jan 3, 2024
1 parent f7934c3 commit a222885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void load() throws Exception {

@Override
public int periodInSeconds() {
return 10;
return 60;
}

@Override
Expand Down

0 comments on commit a222885

Please sign in to comment.