Skip to content

Commit 5f4f310

Browse files
fix backoff
1 parent bdd2123 commit 5f4f310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_backoff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ backoff_counter_triggers(_Py_BackoffCounter counter)
105105
// as we always end up tracing the loop iteration's
106106
// exhaustion iteration. Which aborts our current tracer.
107107
#define JUMP_BACKWARD_INITIAL_VALUE 4000
108-
#define JUMP_BACKWARD_INITIAL_BACKOFF 14
108+
#define JUMP_BACKWARD_INITIAL_BACKOFF 12
109109
static inline _Py_BackoffCounter
110110
initial_jump_backoff_counter(void)
111111
{

0 commit comments

Comments
 (0)