fix(fe/chunk_uploader): improve robustness of chunk uploader
This commit is contained in:
parent
aa56b935a2
commit
33ca87cf2c
2 changed files with 11 additions and 18 deletions
|
@ -4,8 +4,8 @@ import (
|
|||
"fmt"
|
||||
"sync"
|
||||
|
||||
"github.com/ihexxa/quickshare/src/golimiter"
|
||||
"github.com/ihexxa/quickshare/src/db/userstore"
|
||||
"github.com/ihexxa/quickshare/src/golimiter"
|
||||
)
|
||||
|
||||
const cacheSizeLimit = 1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue