diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/api/proxies.ts | 2 | ||||
| -rw-r--r-- | src/store/app.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/api/proxies.ts b/src/api/proxies.ts index 638cddf..ce3266e 100644 --- a/src/api/proxies.ts +++ b/src/api/proxies.ts @@ -33,7 +33,7 @@ export async function requestToSwitchProxy(apiConfig, name1, name2) { export async function requestDelayForProxy( apiConfig, name, - latencyTestUrl = 'http://www.gstatic.com/generate_202' + latencyTestUrl = 'http://www.gstatic.com/generate_204' ) { const { url, init } = getURLAndInit(apiConfig); const qs = `timeout=5000&url=${latencyTestUrl}`; diff --git a/src/store/app.ts b/src/store/app.ts index e1e7ef4..7262b32 100644 --- a/src/store/app.ts +++ b/src/store/app.ts @@ -159,7 +159,7 @@ const defaultState: StateApp = { selectedClashAPIConfigIndex: 0, clashAPIConfigs: [defaultClashAPIConfig], - latencyTestUrl: 'http://www.gstatic.com/generate_202', + latencyTestUrl: 'http://www.gstatic.com/generate_204', selectedChartStyleIndex: 0, theme: 'dark', |
