This commit is contained in:
Kwoth 2016-12-03 03:58:47 +01:00
parent fe2b73d5cb
commit 7468324f55

View File

@ -118,12 +118,12 @@ namespace NadekoBot.Modules.Searches
}
catch (Exception ex)
{
_log.Error(ex);
}
}));
FirstPass = false;
}, null, TimeSpan.Zero, TimeSpan.FromSeconds(5));
}, null, TimeSpan.Zero, TimeSpan.FromSeconds(60));
}
private async Task<StreamStatus> GetStreamStatus(FollowedStream stream, bool checkCache = true)