Revision ac7a3ce3aabeb987292ff4c6a9386ae3020841b7 authored by Denys Smirnov on 17 October 2019, 12:12:48 UTC, committed by Iddan Aaronsohn on 08 November 2019, 15:16:11 UTC
1 parent 51f1078
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