Revision 6f41249c293cb11b6e7a631c4d858c98dcafd0db authored by Iddan Aaronsohn on 18 March 2020, 23:12:32 UTC, committed by Iddan Aaronsohn on 18 March 2020, 23:12:32 UTC
1 parent ee41c8d
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