Revision 2ad6d70ff1cd4e5aa717cc2821267a02a78ba2fe authored by Iddan Aaronsohn on 18 September 2019, 21:25:55 UTC, committed by Iddan Aaronsohn on 18 September 2019, 21:25:55 UTC
1 parent 7721fa3
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