Skip to content

Commit

Permalink
Update status every minute
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Jan 20, 2025
1 parent 6a52a02 commit 48d7b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SupportBoi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ internal static void RefreshBotActivity(object state = null)
}
finally
{
statusUpdateTimer.Change(TimeSpan.FromMinutes(30), Timeout.InfiniteTimeSpan);
statusUpdateTimer.Change(TimeSpan.FromMinutes(1), Timeout.InfiniteTimeSpan);
}
}
}
Expand Down

0 comments on commit 48d7b2c

Please sign in to comment.