Skip to content

Commit

Permalink
LAN Manager: Update scan timeout to 60s (GladysAssistant#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored May 2, 2024
1 parent a6569de commit f90b143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/lan-manager/lib/lan-manager.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const PRESENCE_STATUS = {

const TIMERS = {
PRESENCE: 120000,
SCAN: 30000,
SCAN: 60000,
};

const SCAN_OPTIONS = {
Expand Down

0 comments on commit f90b143

Please sign in to comment.