https://github.com/google/cayley
Revision 63897f8112aa1f1872c815a9ab2709ef13b8cf7c authored by Denys Smirnov on 22 January 2018, 14:12:00 UTC, committed by Denys Smirnov on 22 January 2018, 14:12:00 UTC
1 parent 059bb57
Raw File
Tip revision: 63897f8112aa1f1872c815a9ab2709ef13b8cf7c authored by Denys Smirnov on 22 January 2018, 14:12:00 UTC
iterator: correctly limit depth for recursive; fix #685
Tip revision: 63897f8
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