From ab01325361d2fc540c08698146e71e0bb4c05e65 Mon Sep 17 00:00:00 2001 From: Li Date: Fri, 11 Aug 2023 12:56:50 +1200 Subject: [PATCH] Update time --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 common.php diff --git a/common.php b/common.php old mode 100755 new mode 100644 index b5b203f..adabea6 --- a/common.php +++ b/common.php @@ -5,7 +5,7 @@ function update_rifs() $npsPendingTime = filemtime("NpsPendingPsm.tsv"); - if(time() > $npsTime + 60) + if(time() > $npsTime + 1800) { $nps_psm_games = file_get_contents("http://nopaystation.com/tsv/PSM_GAMES.tsv"); $nps_psm_pending = file_get_contents("https://nopaystation.com/tsv/pending/PSM_GAMES.tsv");