Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait 15 minutes between accesses to WoT. #11

Closed
wants to merge 1 commit into from
Closed

Conversation

ArneBab
Copy link

@ArneBab ArneBab commented Jul 8, 2015

This should resolve the constant flickering of Sone (gray, colored, gray colored) due to losing connection to a WoT which can’t keep up. ← that was wrong.

This could reduce the strain on WoT by giving it more than 60s to do other tasks between providing update-information to Sone. A clean fix would add load balancing of tasks in WoT.

@Bombe
Copy link
Owner

Bombe commented Jul 8, 2015

Nope, this delay has nothing to do with Sone’s web interface.

@Bombe Bombe closed this Jul 8, 2015
@ArneBab
Copy link
Author

ArneBab commented Jul 8, 2015

Might it have to do with overloading WoT which cannot service the requests fast enough?

@Bombe
Copy link
Owner

Bombe commented Jul 8, 2015

There is no “fast enough” with Sone, it will simply wait until the data has arrived, however long it takes.

@thesamesam
Copy link

As discussed at length in #freenet: the issue isn't with Sone; this change is needed to stop WoT from being overloaded. 15m is a conservative value, it could be higher but changing to that would be good enough. This is needed because of an issue with the deprecated WoT API.

Would you mind reopening this, @Bombe? Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants