mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
main: add --no-igd to simple mode flags
Should solve issues with monerod taking a while to exit. Simple mode nodes aren't beneficial to the network anyway, so having no incoming connections in some cases should be fine.
This commit is contained in:
parent
bbe4fe3763
commit
21831c9b24
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -2034,7 +2034,7 @@ ApplicationWindow {
|
|||
return;
|
||||
}
|
||||
|
||||
const simpleModeFlags = "--enable-dns-blocklist --out-peers 16";
|
||||
const simpleModeFlags = "--enable-dns-blocklist --out-peers 16 --no-igd";
|
||||
if (appWindow.daemonRunning) {
|
||||
appWindow.stopDaemon(function() {
|
||||
appWindow.startDaemon(simpleModeFlags)
|
||||
|
|
Loading…
Reference in a new issue