Guest User

Untitled

a guest
Nov 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. --mode=[MODE]
  2. Set the operating mode. MODE can be one of:
  3. last - Uses the last-used mode, active if none.
  4. active - Parity continuously syncs the chain.
  5. passive - Parity syncs initially, then sleeps and wakes regularly to resync.
  6. dark - Parity syncs only when the RPC is active.
  7. offline - Parity doesn't sync. (default: last)
  8. --mode-timeout=[SECS]
  9. Specify the number of seconds before inactivity timeout occurs when mode is dark or passive (default: 300)
  10. --mode-alarm=[SECS]
  11. Specify the number of seconds before auto sleep reawake timeout occurs when mode is passive (default: 3600)
Add Comment
Please, Sign In to add comment