blonkm / schoology-improved

Using the Schoology API to do things you can't using the web version
https://blonkm.github.io/schoology-improved/
3 stars 0 forks source link

page can be throttled by repeatedly checking api status on each call #70

Closed blonkm closed 4 years ago

blonkm commented 4 years ago

If a page calls the api multiple times, each time the availability of the api is checked, and the socket timeout of 60 seconds makes it even worse. Related to issue #66