From c467f935057d9b141a626c9d5c5b377dc0ff4c38 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 29 Jul 2009 14:04:21 +0000 Subject: Massively increase https timeout interval. Enable slow-and-safe version of async iteration, can look at using fast-and-risky version later on a case-by-case basis if needed. svn path=/rpkid/rpki/async.py; revision=2682 --- rpkid/rpki/async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpkid/rpki/async.py') diff --git a/rpkid/rpki/async.py b/rpkid/rpki/async.py index 00ac3d11..ba817007 100644 --- a/rpkid/rpki/async.py +++ b/rpkid/rpki/async.py @@ -42,7 +42,7 @@ class iterator(object): The termination callback receives no arguments. """ - def __init__(self, iterable, item_callback, done_callback, unwind_stack = False): + def __init__(self, iterable, item_callback, done_callback, unwind_stack = True): self.item_callback = item_callback self.done_callback = done_callback self.caller_file, self.caller_line, self.caller_function = traceback.extract_stack(limit = 2)[0][0:3] -- cgit v1.2.3