Revision 6888c6eede5e7d273c19b28a7d61d529c3a39ea7 authored by Iddan Aaronsohn on 26 October 2019, 21:45:19 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
1 parent 8a31698
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