mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #273] File Manager Bug #131
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @werkamsus on GitHub (Jul 7, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/273
If you try to download a file that either exceeds a certain file size (approximately 4mb, could be more / less depending on bandwith) the client goes in the same no-response loop as with the Remote Desktop Bug, and shows a negative download ID.
This connection issue does NOT crash the client, and the idle loop on its 2500ms sleep timer continues to run.
This might have something to do with maxing out the users bandwith, thus causing the issue.
A possible solution would be that if the host is reachable, but no 'idle' packet is received in a while the client automatically restarts.
I'm currently fixing this locally by auto-restarting the client every 30 minutes.