Can't use full net speed on local area network

Hi, i host gitea with sqlite on my local network and on my local network copy file with 100m/s, However when i push , just about 20m/s.
How to use full speed?

1 Like

Gitea does not impose any speed limit. The problem is because something, somewhere on your machines reaches a limit. You should check, for instance, if during the git push the CPU of the machine hosting Gitea is not maxed out. If you’re hosting on a very small machine, it could be the case.

1 Like