You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README suggested to use /pull before each WTS access and says that it's fast operation:
asks the server to pull your wallet from the network. This is a pretty fast and safe operation, you can do it every time before reading the wallet content, like finding transactions or checking the balance. If the wallet already exists on our server, there will be no pull from the network. If you really want to pull, no matter what, add force=true.
But actually it's quite expensive operations, it takes 15-20 seconds to pull and wait the job to complete. So I'd update the readme or make /pull faster.
The text was updated successfully, but these errors were encountered:
@yegor256 yes, it takes more than 10 seconds on each pull (even if my wallet is already pulled). I don't use force. This is what I'm doing to pull the wallet:
send GET - /pull to https://wts.zold.io
parse X-Zold-Job header
send GET - /job?id=<job-id> every second, until it returns OK or error
README suggested to use
/pull
before each WTS access and says that it's fast operation:But actually it's quite expensive operations, it takes 15-20 seconds to pull and wait the job to complete. So I'd update the readme or make
/pull
faster.The text was updated successfully, but these errors were encountered: