Merge pull request #1862 from u2takey/patch-1

Update server.go
This commit is contained in:
Brad Rydzewski 2016-11-18 10:26:12 +01:00 committed by GitHub
commit 8aeb81b815

View file

@ -69,8 +69,8 @@ var serverCmd = cli.Command{
Value: ".drone.yml",
},
cli.DurationFlag{
EnvVar: "DRONE_CACHE_TTY",
Name: "cache-tty",
EnvVar: "DRONE_CACHE_TTL",
Name: "cache-ttl",
Usage: "cache duration",
Value: time.Minute * 15,
},