Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 29f54f9

Browse files
committed
More readable to just leave this in minutes.
1 parent 8fcfcb7 commit 29f54f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EssentialsPlugin/ProcessHandlers/ProcessCleanup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private void ProcessTriggerItem( SettingsCleanupTriggerItem item )
9999
if ( _triggerdItem == null )
100100
{
101101
// Increase to 5 minutes
102-
if ( DateTime.Now - item.LastRan > TimeSpan.FromSeconds( 300 ) )
102+
if ( DateTime.Now - item.LastRan > TimeSpan.FromMinutes( 5 ) )
103103
{
104104
item.LastRan = DateTime.Now;
105105
string command = item.ScanCommand + " quiet";

0 commit comments

Comments
 (0)