Yusuke Matsubara
Yusuke Matsubara
How about deleting the newest item in the clipboard history if it's older than X hours? While it's not perfect (since you can work while not copying anything), I think...
@AntiCompositeNumber Thank you for testing. Please let me know if you find issues. > It runs from about 02:30 UTC - 05:00 UTC and 08:13 UTC - 08:30 UTC. I...
I made a few changes. One surface level change is that parametarized urls ("gateway.py?ip=...") now redirect to REST urls ("w/..."). https://github.com/whym/whois-gateway/commit/0b66298ead4fafdb3c64f3a3127b5f21f5b0ed28
Two main questions I have. In what context the tool dies? (I'm guessing that it's in the middle of a large number of automated requests, but I'm not entirely sure.)...
Thanks for testing. > but all my requests to it are marked by Firefox as slower than expected. Can you tell me how I can replicate that? When I open...
whois-dev gets a high number of requests now ([>20000 per day](https://toolviews.toolforge.org/api/v1/tool/whois-dev/daily/2021-06-01/2021-09-01)), and it appears that it dies in proportion. ``` Tue Aug 24 18:33:53 2021 - *** uWSGI listen queue...
> It should be possible to collect user agent information though @AntiCompositeNumber Thank you for the suggestion. I'm trying that. It turns out there were unusually slow queries. ``` [pid:...
@gstrauss Thank you for the advice. I was wondering why those timeout parameters mentioned in [the official lighttpd documentation](https://redmine.lighttpd.net/projects/1/wiki/docs_configurationoptions) didn't work, without bothering to check the version I was dealing...
@AntiCompositeNumber Currently no more than 60 requests per minute is allowed. It is kind of arbitrary and can be relaxed depending on the needs, but I think there should be...
I tried some different values for listen-backlog (``server.listen-backlog = 16``→``128``→``32``) approximately for one week for each and I'm not sure if it made any difference. The smaller values might result...