Skip to content

Commit

Permalink
Shorten customcss timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Jun 22, 2017
1 parent b7a0f21 commit 73a8845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customcss.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

ini_set('max_execution_time', 600); //600 seconds = 10 minutes
ini_set('max_execution_time', 60); // 1 minute

include '../pokemonshowdown.com/config/servers.inc.php';

Expand Down

0 comments on commit 73a8845

Please sign in to comment.