Update time

This commit is contained in:
Li 2023-08-11 12:56:50 +12:00
parent 1be046a065
commit ab01325361
1 changed files with 1 additions and 1 deletions

2
common.php Executable file → Normal file
View File

@ -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");