@@ -107,9 +107,9 @@ describe('Plugin Configuration', () => {
107107 fastSession : false ,
108108 fastSessionStrategy : 'hybrid' ,
109109 fastSessionMaxInputItems : 30 ,
110- retryAllAccountsRateLimited : true ,
110+ retryAllAccountsRateLimited : false ,
111111 retryAllAccountsMaxWaitMs : 0 ,
112- retryAllAccountsMaxRetries : Infinity ,
112+ retryAllAccountsMaxRetries : 0 ,
113113 unsupportedCodexPolicy : 'strict' ,
114114 fallbackOnUnsupportedCodexModel : false ,
115115 fallbackToGpt52OnUnsupportedGpt53 : true ,
@@ -167,9 +167,9 @@ describe('Plugin Configuration', () => {
167167 fastSession : false ,
168168 fastSessionStrategy : 'hybrid' ,
169169 fastSessionMaxInputItems : 30 ,
170- retryAllAccountsRateLimited : true ,
170+ retryAllAccountsRateLimited : false ,
171171 retryAllAccountsMaxWaitMs : 0 ,
172- retryAllAccountsMaxRetries : Infinity ,
172+ retryAllAccountsMaxRetries : 0 ,
173173 unsupportedCodexPolicy : 'strict' ,
174174 fallbackOnUnsupportedCodexModel : false ,
175175 fallbackToGpt52OnUnsupportedGpt53 : true ,
@@ -433,9 +433,9 @@ describe('Plugin Configuration', () => {
433433 fastSession : false ,
434434 fastSessionStrategy : 'hybrid' ,
435435 fastSessionMaxInputItems : 30 ,
436- retryAllAccountsRateLimited : true ,
436+ retryAllAccountsRateLimited : false ,
437437 retryAllAccountsMaxWaitMs : 0 ,
438- retryAllAccountsMaxRetries : Infinity ,
438+ retryAllAccountsMaxRetries : 0 ,
439439 unsupportedCodexPolicy : 'strict' ,
440440 fallbackOnUnsupportedCodexModel : false ,
441441 fallbackToGpt52OnUnsupportedGpt53 : true ,
@@ -499,9 +499,9 @@ describe('Plugin Configuration', () => {
499499 fastSession : false ,
500500 fastSessionStrategy : 'hybrid' ,
501501 fastSessionMaxInputItems : 30 ,
502- retryAllAccountsRateLimited : true ,
502+ retryAllAccountsRateLimited : false ,
503503 retryAllAccountsMaxWaitMs : 0 ,
504- retryAllAccountsMaxRetries : Infinity ,
504+ retryAllAccountsMaxRetries : 0 ,
505505 unsupportedCodexPolicy : 'strict' ,
506506 fallbackOnUnsupportedCodexModel : false ,
507507 fallbackToGpt52OnUnsupportedGpt53 : true ,
@@ -559,9 +559,9 @@ describe('Plugin Configuration', () => {
559559 fastSession : false ,
560560 fastSessionStrategy : 'hybrid' ,
561561 fastSessionMaxInputItems : 30 ,
562- retryAllAccountsRateLimited : true ,
562+ retryAllAccountsRateLimited : false ,
563563 retryAllAccountsMaxWaitMs : 0 ,
564- retryAllAccountsMaxRetries : Infinity ,
564+ retryAllAccountsMaxRetries : 0 ,
565565 unsupportedCodexPolicy : 'strict' ,
566566 fallbackOnUnsupportedCodexModel : false ,
567567 fallbackToGpt52OnUnsupportedGpt53 : true ,
0 commit comments