Revision 0c4bec266bd9c76bc7ac9ddf89493c14a978e8a7 authored by Iddan Aaronsohn on 17 October 2019, 19:37:10 UTC, committed by Iddan Aaronsohn on 08 November 2019, 15:16:12 UTC
1 parent 5dba147
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