mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
UI: Add configurable option for auto-reconnecting to RFA client (#2297)
This commit is contained in:
@@ -114,6 +114,8 @@ export const Settings = {
|
||||
RemoteFileApiAddress: "localhost",
|
||||
/** Port the Remote File API client will try to connect to. 0 to disable. */
|
||||
RemoteFileApiPort: 0,
|
||||
/** Automatically reconnect to the Remote File API client after this delay. Set it 0 to disable. */
|
||||
RemoteFileApiReconnectionDelay: 0,
|
||||
/** Use wss instead of ws when connecting to RFA clients */
|
||||
UseWssForRemoteFileApi: false,
|
||||
/** Whether to save the game when the player saves any file. */
|
||||
|
||||
Reference in New Issue
Block a user