https://github.com/google/cayley
Revision c93c04625d83bf067eba35d8932ed042c6e5fda9 authored by Evgeniy Skidan on 18 April 2018, 23:07:34 UTC, committed by Denys Smirnov on 23 April 2018, 10:40:10 UTC
1 parent ebe0dbd
Raw File
Tip revision: c93c04625d83bf067eba35d8932ed042c6e5fda9 authored by Evgeniy Skidan on 18 April 2018, 23:07:34 UTC
Fix dep downloading with "follow redirects" option
Tip revision: c93c046
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