Merge branch '1.9' into wip

This commit is contained in:
Master Kwoth
2017-11-12 08:40:27 +01:00
8 changed files with 5 additions and 10 deletions

View File

@ -67,7 +67,7 @@ namespace NadekoBot.Modules.Searches.Services
data = await Http.GetStringAsync("https://api.coinmarketcap.com/v1/ticker/")
.ConfigureAwait(false);
await r.StringSetAsync("crypto_data", data, TimeSpan.FromHours(6)).ConfigureAwait(false);
await r.StringSetAsync("crypto_data", data, TimeSpan.FromHours(1)).ConfigureAwait(false);
}
}
finally