Created
May 15, 2025 14:43
-
-
Save sirianni/10b8a6bef865348296acce7c8a63f0a9 to your computer and use it in GitHub Desktop.
Example diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- config.txt 2025-05-15 09:00:00.000000000 +0000 | |
+++ config.txt 2025-05-15 09:05:00.000000000 +0000 | |
@@ -3,10 +3,11 @@ | |
host=localhost | |
-port=8080 | |
+port=9090 | |
timeout=30 | |
enable_logging=true | |
-log_level=debug | |
+log_level=info | |
max_connections=100 | |
+retry_attempts=3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment