mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-25 12:04:32 +00:00
rename Config to ServerConfig
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user