Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet: Debian feed minor performance problem
-
Hi all,
I tried a Debian Proxy archive with version 2025.24 Build7
Is this Debian feed minor Performance problem solved with version 2025.4 ?
See https://forums.inedo.com/topic/5410/debian-feed-mirror-performance/4I saw poor download rates about 4 kB/sec and many timeout errors:
An error occurred processing a GET request to http://myserver:8624/debian/archive.ubuntu.com/pool/jammy/universe/amd64/terminator/terminator_2.1.1-1_amd64.deb: The operation has timed out:System.Net.WebException: The operation has timed out. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization) ::Web Error on 17.04.2026 11:03:08::Thanks Stefan
-
Hi @stno_9153 ,
If you're getting an error downloading a
.debfile, it wouldn't be related to the feed/connector indexes (i.e. thoseIn/Releasefiles).When you request a
.debfile, ProGet will first check if the file is stored (cached) locally. If so, then it will send them file. Otherwise, it will "forward" the request to the connector and stream the file to you while saving on disk, so that it's cached for next time.A timeout typically is related to network or hardware errors. The first thing I would work on is reproducing and isolating where theh error is occuring. You can delete cached packages from the feed using the UI, and also download files that way.
I would just use curl to test downloads.
Let us know what you find!
Thanks,
Alana
-
Hi Alana @atripp
The error above was copied from ProGet Diagnostic Center.
I prepared the ProGet APT Proxy and installed a few packages (vim, terminator, ...)
I tested the ProGet APT Proxy with a virtual machine:- Installation Ubuntu from LiveCD
- Installation apt List from ProGet Apt Proxy
- Installation repository key from ProGet Apt Proxy
- apt update (more then 330 packages)
- apt full-upgrade
The download of packages in the empty ProGet APT Proxy by apt full-upgrade produced the error messages.
This morning I start again with a new installation and with a new upgrade.
-
Hi @stno_9153,
If the error happened during a
apt updateof hundreds of packages, then it probably was a case of server overload. Make sure to set a lower concurrent rate, which you can do under Admin > HTTPS SEttings > edit.100is the recommendation, and will be the default in ProGet 2026.Thanks,
Alana
-
Hi Alana,
I looked after Concurrent request limit and found 50.The upgrade worked this morning.
I think the clue is at feed properties
Index File generation Update in backgroundWorks for me
Thank you
-
Hi @stno_9153 ,
Oh yeah, that'll make a HUGE difference for public repositories. OTherwise it'll probably not work at all :)
Anyway glad it's working now
Thanks,
Alana