Implemented direct image data transfer
via websockets to the job-server. The images are then served by the job-server itself.
This commit is contained in:
@@ -4,3 +4,4 @@ websocket_url="ws://localhost:6980"
|
||||
public_path="http://localhost:8899/"
|
||||
output_dir="./output"
|
||||
cache_dir="./cache"
|
||||
serve_mode="local"
|
||||
|
||||
Reference in New Issue
Block a user