Revision e850d73d8bee89207604acd1467d73aa96f9fddb authored by Denys Smirnov on 01 April 2019, 13:53:02 UTC, committed by Denys Smirnov on 01 April 2019, 13:53:02 UTC
1 parent 2af75e8
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