mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Change port of local rendering server.
This commit is contained in:
parent
719c83a94e
commit
5ef1a9e23e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ main = do
|
|||
C.purgeExpired c
|
||||
-- mergeValues c
|
||||
threadDelay (10^6 * 60)
|
||||
runServer "127.0.0.1" 9160 $ \pending -> do
|
||||
runServer "127.0.0.1" 9161 $ \pending -> do
|
||||
conn <- acceptRequest pending
|
||||
thread <- newEmptyMVar
|
||||
forkPingThread conn 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue