Revision 65f51a7e19c027b1831b4fbe7d22b4aa1feab201 authored by Iddan Aaronsohn on 13 November 2019, 19:30:36 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
1 parent e3c7b7f
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