change default to web seeding (#871)

This commit is contained in:
Yeastplume 2018-03-26 16:11:47 +01:00 committed by GitHub
parent a951f01ac6
commit b38c6b1cf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ pub enum Seeding {
impl Default for Seeding { impl Default for Seeding {
fn default() -> Seeding { fn default() -> Seeding {
Seeding::None Seeding::WebStatic
} }
} }