rename Config to ServerConfig

This commit is contained in:
Evgeny Poberezkin
2020-12-25 14:21:28 +00:00
parent 6249bf749e
commit 2ed24e683e
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -31,9 +31,9 @@ testSMPClient client = do
then client h
else error "not connected"
cfg :: Config
cfg :: ServerConfig
cfg =
Config
ServerConfig
{ tcpPort = testPort,
tbqSize = 1,
queueIdBytes = 12,