Skip to content

Commit

Permalink
increased zkill timeout on error to help prevent bans
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Nov 1, 2023
1 parent 18e465e commit d279b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions EVEData/ZKillRedisQ.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ private void zkb_DoWork(object sender, DoWorkEventArgs e)
// todo : investigate issues beyond a ban.. the 429 should be handled with the null
if (strContent == "Error")
{

Thread.Sleep(5000);
Thread.Sleep(500000);

e.Result = 0;
return;
Expand Down

0 comments on commit d279b48

Please sign in to comment.