mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 21:17:26 -04: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:
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)
|
||||
|
||||
Reference in New Issue
Block a user