Concurrent download issue using curl

trying to download files concurrently using this “xargs -P 11 -n 1 curl -O < file_list.txt” from one of the alma server but it is taking more time and stuck in between or sometimes download could not happen. Same files are downloaded where centos 7 is server and download is much faster compared to alma server.
Why there is delay, what could be reasons for the slow download