IPC: true is the new default

This commit is contained in:
JustArchi
2021-05-08 23:44:36 +02:00
parent 44e6a97509
commit 5edfaa9840

View File

@@ -73,7 +73,7 @@ namespace ArchiSteamFarm.Storage {
public const byte DefaultInventoryLimiterDelay = 3;
[PublicAPI]
public const bool DefaultIPC = false;
public const bool DefaultIPC = true;
[PublicAPI]
public const string? DefaultIPCPassword = null;