Revision 40fd8006b782611866abfd2a1ddef40e26dbcfcd authored by Iddan Aaronsohn on 13 November 2019, 18:01:51 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
1 parent bd09363
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