We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b5877 commit f60b355Copy full SHA for f60b355
1 file changed
Include/internal/pycore_backoff.h
@@ -117,7 +117,7 @@ initial_jump_backoff_counter(void)
117
* Must be larger than ADAPTIVE_COOLDOWN_VALUE,
118
* otherwise when a side exit warms up we may construct
119
* a new trace before the Tier 1 code has properly re-specialized. */
120
-#define SIDE_EXIT_INITIAL_VALUE 4000
+#define SIDE_EXIT_INITIAL_VALUE 55
121
#define SIDE_EXIT_INITIAL_BACKOFF 12
122
123
static inline _Py_BackoffCounter
0 commit comments