Revision 0dcfe40fcb5cddaf18dac6a019fb42177720881f authored by Denys Smirnov on 14 January 2018, 00:38:23 UTC, committed by Denys Smirnov on 30 June 2019, 14:49:08 UTC
1 parent e2dd83b
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