Revision dc1c5006417cdc56ee5fd976547d982c6af5f4cd authored by Iddan Aaronsohn on 18 October 2019, 12:58:25 UTC, committed by Iddan Aaronsohn on 18 October 2019, 12:58:25 UTC
1 parent 4e34aba
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