woopsie
This commit is contained in:
parent
fe2b73d5cb
commit
7468324f55
@ -118,12 +118,12 @@ namespace NadekoBot.Modules.Searches
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_log.Error(ex);
|
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
FirstPass = false;
|
FirstPass = false;
|
||||||
}, null, TimeSpan.Zero, TimeSpan.FromSeconds(5));
|
}, null, TimeSpan.Zero, TimeSpan.FromSeconds(60));
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task<StreamStatus> GetStreamStatus(FollowedStream stream, bool checkCache = true)
|
private async Task<StreamStatus> GetStreamStatus(FollowedStream stream, bool checkCache = true)
|
||||||
|
Loading…
Reference in New Issue
Block a user