Disabled caching on the ConfigService.
This commit is contained in:
@@ -162,7 +162,7 @@ public sealed partial class ConfigService : IConfigService
|
|||||||
_commandsService = commandsService;
|
_commandsService = commandsService;
|
||||||
_infoProvider = infoProvider;
|
_infoProvider = infoProvider;
|
||||||
|
|
||||||
_storageService.UseCaching = true;
|
_storageService.UseCaching = false;
|
||||||
InjectCommands(commandsService);
|
InjectCommands(commandsService);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user