Skip to content

Commit

Permalink
Merge pull request #2 from ElixiumNetwork/implement-pico
Browse files Browse the repository at this point in the history
Implement Pico
  • Loading branch information
alexdovzhanyn committed Apr 16, 2019
2 parents 4d4668f + f06e2b7 commit 1c03b5c
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 251 deletions.
10 changes: 2 additions & 8 deletions config/defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@ data_path = "~/.elixium"
# port-forwarded)
port = 31013

# Maximum number of outbound connections. Upon failing to connect
# via outbound request, these will default to accepting inbound
# connections
max_bidirectional_connections = 10

# Maximum number of inbound connections (outside of any
# bidirectional connections that have defaulted to being inbound)
max_inbound_connections = 90
# Maximum number of connections to peers.
max_connections = 100

# ------------ End Configuration for Elixium Core ------------

Expand Down
223 changes: 0 additions & 223 deletions lib/peer/peer_router.ex

This file was deleted.

Loading

0 comments on commit 1c03b5c

Please sign in to comment.