Kryst4lDem0ni4s commented on issue #176:
URL: 
https://github.com/apache/incubator-hugegraph-ai/issues/176#issuecomment-2686912666

   @imbajin Please assign this task to me. 
   **Cause of the Problem:**
   Blocking and Queuing Behavior: Gradio, by default, has a concurrency limit 
of 1. This causes blocking when multiple users or windows are accessing the 
application simultaneously.
   No Asynchronous Execution: The current implementation does not specify 
concurrency_limit, leading to sequential execution.
   Queue Configuration: If queue() is not configured properly, tasks are 
processed one at a time.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to