Skip to content
Snippets Groups Projects
Commit baed6361 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Change Websocket timeout; update gitignore

parent 6b05fe79
Branches
No related tags found
No related merge requests found
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
/target /target
/deploy /deploy
/.idea/libraries /.idea/libraries
/.idea/dictionaries
workspace.xml workspace.xml
...@@ -52,6 +52,7 @@ object PlayPadServer extends App { ...@@ -52,6 +52,7 @@ object PlayPadServer extends App {
// Setup Http Server // Setup Http Server
port(8090) port(8090)
threadPool(8, 2, 60 * 60 * 1000)
private val externalPath = Paths.get(settings.download_folder).toAbsolutePath.toString private val externalPath = Paths.get(settings.download_folder).toAbsolutePath.toString
externalStaticFileLocation(externalPath) externalStaticFileLocation(externalPath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment