This commit is contained in:
Master Kwoth 2017-07-12 15:38:34 +02:00
parent 467b482ff9
commit b85cc023f2

View File

@ -188,9 +188,9 @@ namespace NadekoBot.Services.Impl
}
catch
{
// ignored
}
}, null, TimeSpan.FromHours(1), TimeSpan.FromHours(1));
// ignored
}
}, null, TimeSpan.FromSeconds(1), TimeSpan.FromHours(1));
}
}