plugins/autorecon.c

changeset 2217
791f4d3b3565
parent 2216
ae70f10e0d27
child 2398
abb1bcee4fdd
--- a/plugins/autorecon.c	Thu Sep 06 00:21:28 2001 +0000
+++ b/plugins/autorecon.c	Thu Sep 06 00:24:06 2001 +0000
@@ -33,7 +33,7 @@
 		if (!del)
 			del = INITIAL;
 		else
-			del = 2 * del;
+			del = MAX(2 * del, MAXTIME);
 		tim = g_timeout_add(del, do_signon, gc->user);
 		g_hash_table_insert(hash, gc->user, (gpointer)del);
 	} else {

mercurial