Skip to content

Commit 7d91c83

Browse files
committed
Sleep when having too many requests
1 parent 161492a commit 7d91c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cgi-bin/page.fcgi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ sub doit
337337
$info->status(429);
338338

339339
vwflog($vwflog, $info, $lingua, $syslog, 'Too many requests', $log);
340+
sleep(1);
340341
return;
341342
}
342343
}

0 commit comments

Comments
 (0)