https://github.com/google/cayley
Raw File
Tip revision: 81b6485ac8813cbca50ee82f52097604260971b5 authored by Derek Liang on 30 October 2017, 02:46:02 UTC
address code review comments
Tip revision: 81b6485
cayley_example.yml
store:
  # backend to use
  backend: bolt
  # address or path for the database
  address: "./cayley.db"
  # open database in read-only mode
  read_only: false
  # backend-specific options
  options:
    nosync: false
query:
  timeout: 30s
load:
  ignore_duplicates: false
  ignore_missing: false
  batch: 10000
back to top