From b91d5870b80c00a8af85ea5fdfecd66b13185fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Wed, 16 Oct 2013 19:23:16 +0200 Subject: [PATCH] Update rate_limit example --- test/rate_limit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rate_limit.c b/test/rate_limit.c index bb6408c..d3d8bea 100644 --- a/test/rate_limit.c +++ b/test/rate_limit.c @@ -10,7 +10,7 @@ int main() struct RateLimit r; time_t start = time(NULL); - uc_ratelimit_init(&r, 3, 10, start); + uc_ratelimit_init(&r, 30, 2); for(i = 0; i < 120; i++) { int k;