Martin Butt

Results 8 comments of Martin Butt

Not a direct solution, but when connecting over HTTPS, you can limit the number of threads using the `--concurrency` flag. See https://github.com/phillipj/gitlab-search/pull/21#issuecomment-812909745 - you might still hit the rate limit,...

@adoy looks like the pull request is open. https://github.com/phake/phake/pull/305 Any update on merging it in?

@adoy I don't see any comments on the PR.

I wrote a quick script to see if there was any noticeable difference in the memory usage (https://gist.github.com/martinbutt/629293e2243675ab166ee2049c70e43f). Running it against both the old code and the new code shows...

Without storing the objects: Peak memory before PR: : 4194304 Peak memory after PR: 17987256

@felixmaier1989, with the indentation, previously there was a mix of 2 and 4 spaces in the file. I've set it all to 4. Was there something I missed?

> I'm a bit confused on this use case, can you help clarify? > > > They have a Dynamic DNS client (Inadyn, ddclient, etc) installed on the devices to...

I've submitted a separate PR over to the CLI that would allow this to be simplified. https://github.com/pi-hole/pi-hole/pull/4969