updated buffer percentage formula

This commit is contained in:
Daniel Shleifman
2021-05-28 23:29:07 +03:00
parent 611c529718
commit 5ec6396d52
3 changed files with 147 additions and 134 deletions

1
web/src/torrentStates.js Normal file
View File

@@ -0,0 +1 @@
export const [GETTING_INFO, PRELOAD, WORKING, CLOSED, IN_DB] = [1, 2, 3, 4, 5]