If the ntxb resets, it starts by loading all existing network accounts. This is okay, except this usually means they all request their account from the store within a second or three.
We should figure out a better solution here, e.g. rate limiting this particular method invocation by using a semaphore within the client.
Even better would be if we somehow figure out how sync'd we are, without resyncing these if they don't need it..
If the ntxb resets, it starts by loading all existing network accounts. This is okay, except this usually means they all request their account from the store within a second or three.
We should figure out a better solution here, e.g. rate limiting this particular method invocation by using a semaphore within the client.
Even better would be if we somehow figure out how sync'd we are, without resyncing these if they don't need it..