--no-default-nodes --> --default-nodes 0

pull/723/head
Piero Toffanin 2019-09-07 16:33:27 -04:00 zatwierdzone przez GitHub
rodzic 986f69e347
commit 1d1b20f07b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -88,9 +88,9 @@ Adding more processing nodes will allow you to run multiple jobs in parallel.
You can also setup a [ClusterODM](https://github.com/OpenDroneMap/ClusterODM) node to run a single task across multiple machines with [distributed split-merge](https://docs.opendronemap.org/large.html#distributed-split-merge) and process dozen of thousands of images more quickly, with less memory.
If you don't need the default "node-odm-1" node, simply pass the `--no-default-node` flag when starting WebODM:
If you don't need the default "node-odm-1" node, simply pass `--default-nodes 0` flag when starting WebODM:
`./webodm.sh restart --no-default-node`.
`./webodm.sh restart --default-nodes 0`.
Then from the web interface simply manually remove the "node-odm-1" node.