Hello, I implemented typesense on the project that...
# community-help
t
Hello, I implemented typesense on the project that I am currently working. When I’m receiving a lot of requests at the same time seems that typesense can't handle them all and the server slows down. What do you recommend to improve the performance?
j
Concurrency is determined by the number of CPU cores you have on your machine. To support more concurrency, you'd want to add more CPU cores
t
Thanks @Jason Bosco, I will suggest that to my team šŸ‘
šŸ‘ 1