mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Send almost-full comment requests to Reddit API
This commit is contained in:
parent
456b212d5f
commit
d58903f61f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class ChunkedQueue {
|
|||
this._chunks.push([x])
|
||||
}
|
||||
|
||||
hasFullChunk = () => this._chunks[0].length >= this._chunkSize
|
||||
hasFullChunk = () => this._chunks[0].length >= this._chunkSize * 0.9
|
||||
isEmpty = () => this._chunks[0].length == 0
|
||||
|
||||
shiftChunk() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue