Skip to content

Conversation

@k2d222
Copy link

@k2d222 k2d222 commented Nov 23, 2024

I made a few tweaks before deploying my instance.

  • econ with 127.0.0.1 did not work for some reason, so I changed it to localhost.
  • added a buch of logs with the log and env_logger crate to keep track of what's happening on my server.
  • added more string escapes: \n, # and ;. It seems that they would not be an issue currently in ddnet but I'm future proofing.
  • added a timeout_seconds optional config option because I found the default 60s to be a bit to quick.

Feel free to close if you don't like these.

* changed econ `127.0.0.1` to `localhost`
* added optional config option `timeout_seconds`
* added more string escapes for extra precaution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant