Revision afd94a7908655faa8b79e32db671d5b9523f1935 authored by sah607 on 21 September 2017, 22:21:12 UTC, committed by sah607 on 21 September 2017, 22:21:12 UTC
2 parent s 32d89a8 + 0b6f22e
Raw File
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