This commit is contained in:
Evgeny Poberezkin
2024-01-06 11:40:15 +00:00
parent fa794d7878
commit 55808b0c82
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)
xftpServerVersion :: String
xftpServerVersion = "1.2.0.3"
xftpServerVersion = "1.2.0.4"
xftpServerCLI :: FilePath -> FilePath -> IO ()
xftpServerCLI cfgPath logPath = do
@@ -30,7 +30,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)
ntfServerVersion :: String
ntfServerVersion = "1.7.0.2"
ntfServerVersion = "1.7.0.4"
defaultSMPBatchDelay :: Int
defaultSMPBatchDelay = 10000