mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
IPC: true is the new default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user