murgo / IrssiNotifier

notifies android phones from irc private messages
Apache License 2.0
171 stars 63 forks source link

Longer timeout on wget? #138

Closed jsteen closed 11 years ago

jsteen commented 11 years ago

After installing IrssiNotifier today, I found that I only received 1 in 30 notifications, or so. The issue turned out to be that the computer running the irssi script in most cases needed more than 5 seconds in order to successfully resolve irssinotifier.appspot.com, for some reason. (Cf. line 230 in irssinotifier.pl, "wget --tries=1 --timeout=5 ...")

While this is certainly a local problem (which I will try to resolve), I see no reason not to increase the timeout (and/or tries).

murgo commented 11 years ago

Now that the threading mechanism is in place, sure, why not.