]> Untitled Git - mpdstream/commitdiff
Revert "Change default timeout to 5s"
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Wed, 1 Apr 2026 23:49:08 +0000 (19:49 -0400)
committerHugo Villeneuve <hvilleneuve@dimonoff.com>
Wed, 1 Apr 2026 23:49:08 +0000 (19:49 -0400)
This reverts commit 292590ca89c9f9005ad128098074ef15b9c31299.

src/options.c

index c62a493aa1240f2c69ba247c318893d83f3074f3..4a10590518ad9b0a9af55056bba86e843435d8dd 100644 (file)
@@ -147,7 +147,7 @@ int parse_command_line_options(int argc, char *argv[])
        /* Setting default values. */
        options.host = NULL;
        options.port = 0;
-       options.start_delay = 5;
+       options.start_delay = 1;
        options.log_level = LOG_LEVEL_WARNING;
 
        /* Parse our arguments. */