Arc Forumnew | comments | leaders | submitlogin
3 points by akkartik 3966 days ago | link | parent

It's because of gotcha #3: arc's abusive IP detection.

https://sites.google.com/site/arclanguagewiki/arc-3_1/known-...

To disable this, redefine abusive-ip to do nothing, or delete the call to it in srv.arc. Or if you're just trying to do benchmarking you can disable it for requests from localhost.



3 points by akkartik 3966 days ago | link

I've modified anarki to warn when it throttles an IP.

https://github.com/arclanguage/anarki/commit/c584e9618f

Sorry this was confusing; hopefully it won't catch anyone else.

-----

2 points by lark 3962 days ago | link

Thank you, that worked.

-----