changed preview to only 60 minutes
This commit is contained in:
parent
008530364b
commit
2a039d0469
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue