Revision 17ee277c2acf875d05f73de42b23a768564cd4e7 authored by Jeffrey D on 27 December 2019, 07:35:51 UTC, committed by GitHub on 27 December 2019, 07:35:51 UTC
Was perusing the Cayley docs and happened upon this link that didn't work. Years of internet spelunking have steeled me for such moments, so I quickly found the docs, but the whole point of open source is so that someone does that sort of work once.
1 parent 5b324a5
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