Skip to content

Commit

Permalink
outcomment error log
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Jan 7, 2025
1 parent 78463d5 commit 88d2cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/app/php/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function get_token_limit(){

apcu_store("update", true, 10);
usleep(100 * 1000);
error_log("update cache");
//error_log("update cache");
update_cache();
apcu_delete("update");
}
Expand Down

0 comments on commit 88d2cc3

Please sign in to comment.