Skip to content

Commit d2d7b16

Browse files
committed
Reset timout
1 parent 0c17528 commit d2d7b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/frontend/templates/component/messages.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Loki\CssUtils\Util\CssClass;
1212

1313
$timeout = (int)$block->getTimeout();// @todo Right source for this?
1414
if (!$timeout > 0) {
15-
$timeout = 1000000;
15+
$timeout = 10000;
1616
}
1717
?>
1818
<div

0 commit comments

Comments
 (0)