I am using the API. this line seems to go so slow:
_myClient.Login(Host, Username, Password);
It takes about 10 seconds to execute this line of code. Is that normal? Is there a way to speed this up?
thanks
haider
Login speed so slow on API
Moderator: SourceGear
Maybe. Vault does a lot of work while logging in, like refreshing the tree cache and searching for changed files. You may speed things up by turning on Require Checkout before Checkin for the user in the GUI client. This will prevent Vault from scanning all of your working folders when you log in.
If that doesn't work, I don't have many more ideas.
If that doesn't work, I don't have many more ideas.
-
- Posts: 34
- Joined: Wed Jun 15, 2005 2:07 pm