Revision 868b0a26cd7961b3cf6ab6925e721a5a348d4f36 authored by Denys Smirnov on 28 July 2019, 01:05:37 UTC, committed by Denys Smirnov on 26 August 2019, 11:45:17 UTC
1 parent 1861b72
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