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

do not allow overlapping update requests from setInterval #162

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

riedel
Copy link
Contributor

@riedel riedel commented Jun 4, 2023

The problem is that if sync is called on the API the server may hang. Now constantly requesting task-summary and sources will lead to socket depletion. See kopia/kopia#2453

This rather a work around because the server should rather handle those requests in parallel.

@jkowalski jkowalski enabled auto-merge (squash) June 5, 2023 14:44
@jkowalski
Copy link
Contributor

LGTM

@jkowalski jkowalski merged commit f827689 into kopia:main Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants