Skip to content

Commit d1e70c2

Browse files
committed
Reduce the time before the first ping
1 parent 9d6ad97 commit d1e70c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/PingStaleIssuesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class PingStaleIssuesCommand extends Command
2424
{
25-
public const STALE_IF_NOT_UPDATED_SINCE = '-12months';
25+
public const STALE_IF_NOT_UPDATED_SINCE = '-3months';
2626
public const MESSAGE_TWO_AFTER = '+2weeks';
2727
public const MESSAGE_THREE_AND_CLOSE_AFTER = '+2weeks';
2828

0 commit comments

Comments
 (0)