Revision 8ccb5f302cd07b5a41091a72b5a3b03575109571 authored by Iddan Aaronsohn on 18 October 2019, 11:47:33 UTC, committed by Iddan Aaronsohn on 08 November 2019, 15:16:12 UTC
1 parent b932b19
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