This commit is contained in:
Alexander Casassovici 2018-07-24 00:45:27 +00:00 committed by GitHub
commit 6ff2487004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ var (
LightServFlag = cli.IntFlag{
Name: "lightserv",
Usage: "Maximum percentage of time allowed for serving LES requests (0-90)",
Value: 0,
Value: 25,
}
LightPeersFlag = cli.IntFlag{
Name: "lightpeers",