Skip to content

Commit dd6e01b

Browse files
authored
chore: increase the default sharing settings to improve the availability of the network (#1496)
1 parent f19a637 commit dd6e01b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/core/ConfigManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ export default class ConfigManager {
7676
'pause': true,
7777
'rpc-listen-port': ENGINE_RPC_PORT,
7878
'rpc-secret': EMPTY_STRING,
79-
'seed-ratio': 1,
80-
'seed-time': 60,
79+
'seed-ratio': 2,
80+
'seed-time': 2880,
8181
'split': getMaxConnectionPerServer(),
8282
'user-agent': CHROME_UA
8383
}

0 commit comments

Comments
 (0)