issues
search
Ianleeclark
/
Olivia
Go: A distributed, in-memory key-value storage.
MIT License
94
stars
7
forks
source link
Fixes #112
#118
Closed
Ianleeclark
closed
8 years ago
Ianleeclark
commented
8 years ago
ADD:
config.yaml: Added a new
ListenPort
default to 5454 where the incoming network will listen on.
config.go:Cfg added a ListenPort option for the config.
CHANGE:
incoming_network.go:StartNetwork() Now loads the listen port for incoming connections from the config, rather than using a magic number.
ADD:
ListenPort
default to 5454 where the incoming network will listen on.CHANGE: