You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config(amazonq): adjust timeout for supplemental context #5978
## Problem
The overall supplemental context has a timeout of 50ms, each sub promise
has a timeout of 50ms. Problem is these 2 timeout are very tight,
leaving no buffer time for node js runtime to do context switch. The
poll interval of each sub promise is 10ms, which does not precisely
timeout at 50ms.
## Solution
Add a 10ms buffer time for supplemental context.
Reduce poll duration
0 commit comments