Skip to content

Commit

Permalink
setDef : maxLatency
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 6, 2024
1 parent 1a485af commit 03c5961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useIPScanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function pick<T extends object, K extends keyof T>(base: T, ...keys: K[]) {

export const settingsInitialValues: Pick<ScannerStore, SettingKeys> = {
maxIPCount: 5,
maxLatency: 1000,
maxLatency: 1500,
ipRegex: "",
sniValue: "",
portValue: 80,
Expand Down

0 comments on commit 03c5961

Please sign in to comment.