Skip to content

Commit 1e98257

Browse files
committed
Setup timeout in the auto-highlighting demo
1 parent 16c33e5 commit 1e98257

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

demo/demo.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ function getLanguageDemo($lang)
8080
}
8181

8282
if (isset($_GET['lang'])) {
83+
set_time_limit(90);
84+
8385
$lang = $_GET['lang'];
8486

8587
if (isset($_GET['raw'])) {

0 commit comments

Comments
 (0)