Skip to content

Commit

Permalink
a few changes for internet list querying
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Jan 16, 2024
1 parent 93c2cb3 commit 156bd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
Server,
} from "./types";

const PARALLEL_SERVERS_TO_UPDATE_COUNT = 5;
const PARALLEL_SERVERS_TO_UPDATE_COUNT = 2;
const PARALLEL_SERVERS_TO_UPDATE_TIMER_INTERVAL = 2000;

export const languageFilters: {
Expand All @@ -40,7 +40,7 @@ export const mapAPIResponseServerListToAppStructure = (
version: server.core.vn,
rules: server.ru,
players: [] as Player[],
ping: 0,
ping: 9999,
password: "",
usingOmp: server.core.omp,
partner: server.core.pr,
Expand Down

0 comments on commit 156bd4c

Please sign in to comment.