Skip to content

Commit

Permalink
Configure graphdb for production (#692)
Browse files Browse the repository at this point in the history
* feature (graphdb settings): first attempt to configure max execution time in graphdb

* refactor (configuration of triplestore repo): set max. query time to five seconds
  • Loading branch information
tobiasschweizer authored Mar 6, 2018
1 parent ce4d11e commit 1c6b6a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
sail:sailType "owlim:Sail" ;
owlim:base-URL "http://data.knora.org/" ;
owlim:repository-type "file-repository" ;
owlim:query-timeout "5" ;
owlim:throw-QueryEvaluationException-on-timeout "true";
owlim:query-limit-results "50000";
]
].
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
sail:sailType "owlim:Sail" ;
owlim:base-URL "http://data.knora.org/" ;
owlim:repository-type "file-repository" ;
owlim:query-timeout "5" ;
owlim:throw-QueryEvaluationException-on-timeout "true";
owlim:query-limit-results "50000";
]
].
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
sail:sailType "owlim:Sail" ;
owlim:base-URL "http://data.knora.org/" ;
owlim:repository-type "file-repository" ;
owlim:query-timeout "5" ;
owlim:throw-QueryEvaluationException-on-timeout "true";
owlim:query-limit-results "50000";
]
].

0 comments on commit 1c6b6a1

Please sign in to comment.