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
In some integrations of mine, I call the OurBoard API several times sequentially. Between each call the server loads the board into memory and purges it. If it had a timeout of, say, 1 second, it would be way more efficient in handling consecutive API calls towards the same board.
The text was updated successfully, but these errors were encountered:
In some integrations of mine, I call the OurBoard API several times sequentially. Between each call the server loads the board into memory and purges it. If it had a timeout of, say, 1 second, it would be way more efficient in handling consecutive API calls towards the same board.
The text was updated successfully, but these errors were encountered: