https://bugs.winehq.org/show_bug.cgi?id=55026
--- Comment #1 from Artem S. Tashkinov aros@gmx.com --- Oh, I've changed the variable to 600 and it instantly overflown:
server/registry.c:125:42: warning: integer overflow in expression of type βintβ results in β-1705032704β [-Woverflow] 125 | static const timeout_t save_period = 600 * -TICKS_PER_SEC; /* delay between periodic saves */ |