mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Fix antigravity
This commit is contained in:
@@ -2,7 +2,7 @@ import crypto from "crypto";
|
||||
import { BaseExecutor } from "./base.js";
|
||||
import { PROVIDERS, OAUTH_ENDPOINTS } from "../config/constants.js";
|
||||
|
||||
const MAX_RETRY_AFTER_MS = 5000;
|
||||
const MAX_RETRY_AFTER_MS = 10000;
|
||||
|
||||
export class AntigravityExecutor extends BaseExecutor {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user