mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 10:35:59 +00:00
server: support initial seeding (aka superseeding)
https://www.bittorrent.org/beps/bep_0016.html
This commit is contained in:
@@ -257,6 +257,7 @@ class FeedService extends BaseService {
|
||||
isBasePath: false,
|
||||
isCompleted: false,
|
||||
isSequential: false,
|
||||
isInitialSeeding: false,
|
||||
})
|
||||
.then(() => {
|
||||
this.db.update({_id: feedID}, {$inc: {count: 1}}, {upsert: true});
|
||||
|
||||
Reference in New Issue
Block a user