This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some minor patches for bugs that crept into the initial release. Bugs include: - slightly large torrent files couldn't be transmitted to the server. turns out if the torrents meta info payload is too large (like a fraction of an MB), our express server would just outright reject it. I've upgraded the limit to take upto 50mb, which should be more then enough. - setting a torrents priority to unwanted doesn't get fixed when the torrent is wanted again. evidently because I was carrying over the wanted field from the previous torrent state instead of forcing it to be true like it should be. - Also lowered the interval values which were raised due to performance issues in development.
- Loading branch information
Showing
4 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters