Page MenuHomePhabricator

Limit number of accesses during repository import
Closed, ResolvedPublic

Asked by pmatos on Jun 2 2016, 11:45 AM.

Details

Hello,

I am importing a large open source repository using svn and getting multiple failures since I have several daemons constantly trying to connect to the server and the server regular rejects accesses. I was wondering if there's a way to say that a single daemon should be doing the import for this repo leaving other daemons free for other tasks.

Paulo Matos

Answers

epriestley
Updated 2,884 Days Ago

There is no way to throttle imports.

You can reduce phd.taskmasters to reduce the overall speed of the daemon queue, but this will affect everything, and there is no way to reduce it below 25% of the default speed (by changing the value from 4 to 1).

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.