Skip to content

Commit

Permalink
chore: increase the default sharing settings to improve the availabil…
Browse files Browse the repository at this point in the history
…ity of the network (#1496)
  • Loading branch information
chenjia404 authored May 22, 2023
1 parent f19a637 commit dd6e01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/core/ConfigManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default class ConfigManager {
'pause': true,
'rpc-listen-port': ENGINE_RPC_PORT,
'rpc-secret': EMPTY_STRING,
'seed-ratio': 1,
'seed-time': 60,
'seed-ratio': 2,
'seed-time': 2880,
'split': getMaxConnectionPerServer(),
'user-agent': CHROME_UA
}
Expand Down

0 comments on commit dd6e01b

Please sign in to comment.