changed preview to only 60 minutes

This commit is contained in:
Robbt 2018-12-12 16:36:49 -05:00
parent 008530364b
commit 2a039d0469
1 changed files with 1 additions and 1 deletions

View File

@ -1617,7 +1617,7 @@ SQL;
$limits['items'] = null; $limits['items'] = null;
} }
else { else {
$limits['time'] = 1440 * 60; $limits['time'] = 60 * 60;
$limits['items'] = null; $limits['items'] = null;
} }
} else { } else {