raimohanska / ourboard

An online whiteboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimization opportunity: don't purge board immediately after API call

raimohanska opened this issue · comments

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.