Skip to content

Commit 942ea65

Browse files
committed
Bump committable limit to 1000
If you wanted to kill it, then you could run sleep 10 over 300 commits and this will keep it busy for 50 minutes. However, most people will probably run really fast snippets, so we can bump it quite a bit. Global timeout will be introduced later, hopefully.
1 parent dabed85 commit 942ea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

committable.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package Committable;
2727
use Cwd qw(cwd abs_path);
2828
use IPC::Signal 'sig_name';
2929

30-
use constant LIMIT => 300;
30+
use constant LIMIT => 1000;
3131

3232
my $name = 'committable';
3333

0 commit comments

Comments
 (0)