Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few tweaks #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

A few tweaks #1

wants to merge 1 commit into from

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