meat-borg-brain Increase local TTL for settings to 30s

as this is more in line with other intervals used in production, and we
don't need these values to be identical across all instances at a finer
time resolution.

Dan Buch avatar Dan Buch

Push event #126.1 passed

  • Ran for
AMD64
Python: 3.6
Git
The .travis.yml file used for this job is not available
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": true,
  "cache": {
    "pip": true
  },
  "python": [
    "3.6"
  ],
  "script": [
    "make lint",
    "make install",
    "make test",
    "make docker-build",
    "make docker-login docker-push"
  ],
  "install": [
    "make deps"
  ],
  "language": "python",
  "services": [
    "redis-server"
  ],
  "after_success": [
    "codecov"
  ],
  "notifications": {
    "email": {
      "enabled": false
    }
  }
}