mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Combine RenderWorker creation into RenderJob creation. Misc cleanup.
This commit is contained in:
2
start_server.py
Normal file → Executable file
2
start_server.py
Normal file → Executable file
@@ -40,7 +40,7 @@ def start_server(background_thread=False):
|
||||
thread = threading.Thread(target=eval_loop, kwargs={'delay_sec': config.get('queue_eval_seconds', 1)}, daemon=True)
|
||||
thread.start()
|
||||
|
||||
logging.info("Starting Zordon Render Server")
|
||||
logging.info(f"Starting Zordon Render Server - Hostname: '{RenderQueue.host_name}'")
|
||||
|
||||
if background_thread:
|
||||
server_thread = threading.Thread(
|
||||
|
||||
Reference in New Issue
Block a user