mdig: increase EAGAIN attempts

This commit is contained in:
bol-van
2026-01-09 10:17:13 +03:00
parent 5e89db0c7b
commit fdb9c9be60
+1 -1
View File
@@ -30,7 +30,7 @@
#endif
#include <time.h>
#define RESOLVER_EAGAIN_ATTEMPTS 2
#define RESOLVER_EAGAIN_ATTEMPTS 3
static void trimstr(char *s)
{