No.5014
probably not. I haven't tried
No.5015
Guess I'll try with /aut/ first and see how it goes
No.5016
The server does a lot more complicated and intensive things than fetching files. It shouldn't even exhaust thread resources because file fetching is multithreaded in any professionally designed software. New NodeJS UI may have problems with serving too many clients at once due to how it's constructing pages from cached components, but API is just files and NGINX will always be doing this because that's their specialty.
No.5017
>>5016Thank you. I expected as much but wanted to be sure