pkg takes too long time to start

I see this in 15.1-RELEASE that I installed in my notebook,but in my desktop 15.0-RELEASE it works fine
today in my desktop run
pkg install gzdoom
and it "hangs" in
Code:
Updating FreeBSD-ports repository catalogue...
for about 4 to 6 minutes

now I know that is not 15.1-RELEASE related problem

I dont modify the pkg.conf file or added any repository , what can it be?

thanks
 
Does it improve if you force it to use IPv4? You might have some issues on IPv6.

pkg -4 install gzdoom

Code:
     -4      pkg will use IPv4 for fetching repository and packages.
 
Back
Top