Skip to content

Commit

Permalink
Reduced raids linger time after end
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjasoturi committed Jul 19, 2021
1 parent c4ff892 commit ce62f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/active_raid_duplication_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function active_raid_duplication_check($gym_id)
"
SELECT id, event
FROM raids
WHERE end_time > (UTC_TIMESTAMP() - INTERVAL 10 MINUTE)
WHERE end_time > (UTC_TIMESTAMP() - INTERVAL 5 MINUTE)
AND gym_id = {$gym_id}
ORDER BY event IS NOT NULL
"
Expand Down

0 comments on commit ce62f97

Please sign in to comment.