shlist

share and manage lists between multiple people
Log | Files | Refs

commit 22cf822b0b2ab863fe116c9635b99f83ffbe6b45
parent f86572cbe50e4a3f97d0efc92fcb1a56a1c1feed
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 27 Feb 2016 18:36:08 -0700

server: increase spin time from 50ms to 100ms

Diffstat:
Mserver/SL/Test.pm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/SL/Test.pm b/server/SL/Test.pm @@ -64,7 +64,7 @@ sub new { # SSL certificates are signed with # absentmindedproductions.ca SSL_verifycn_name => "absentmindedproductions.ca", - ) or usleep(50 * 1000); + ) or usleep(100 * 1000); } die "failed connect or ssl handshake: $!,$SSL_ERROR" unless ($socket);