xftp: move delay to replica (#688)

This commit is contained in:
spaced4ndy
2023-03-16 18:12:38 +04:00
committed by GitHub
parent bab689099f
commit 9255d48b69
12 changed files with 25 additions and 45 deletions
-1
View File
@@ -18,7 +18,6 @@ module Simplex.FileTransfer.Client.Main
)
where
import Control.Concurrent.STM (stateTVar)
import Control.Logger.Simple
import Control.Monad
import Control.Monad.Except