Rename JsonStorage -> InMemory

This commit is contained in:
JustArchi
2016-07-09 12:24:21 +02:00
parent 7731360f09
commit 10b1d02a95
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ namespace ArchiSteamFarm {
[JsonProperty(Required = Required.DisallowNull)]
[SuppressMessage("ReSharper", "AutoPropertyCanBeMadeGetOnly.Local")]
internal JsonStorageServerListProvider ServerListProvider { get; private set; } = new JsonStorageServerListProvider();
internal InMemoryServerListProvider ServerListProvider { get; private set; } = new InMemoryServerListProvider();
private readonly object FileLock = new object();