Skip to content

Commit

Permalink
config engine.jar to default
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia committed Dec 6, 2024
1 parent 252c03a commit 9c81dfc
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion engine/src/main/resources/engine.jpar
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
{"scheduler":{"queueSize":1000,"timeout":5000},"processor":{"updateTimeout":5000,"queryTimeout":30000,"maxConcurrentRequests":5,"reliableUpdate":true},"spu":{"timeout":5000},"gates":{"security":{"tls":false,"enabled":false,"type":"local"},"paths":{"update":"/sparql","query":"/sparql","subscribe":"/subscribe","unsubscribe":"/unsubscribe","register":"/oauth/register","tokenRequest":"/oauth/token"},"ports":{"http":8000,"ws":9000}}}
{
"scheduler": {
"queueSize": 1000,
"timeout": 5000
},
"processor": {
"updateTimeout": 5000,
"queryTimeout": 30000,
"maxConcurrentRequests": 5,
"reliableUpdate": true
},
"spu": {
"timeout": 5000
},
"gates": {
"security": {
"tls": false,
"enabled": false,
"type": "local"
},
"paths": {
"update": "/update",
"query": "/query",
"subscribe": "/subscribe",
"unsubscribe": "/unsubscribe",
"register": "/oauth/register",
"tokenRequest": "/oauth/token"
},
"ports": {
"http": 8000,
"ws": 9000
}
}
}

0 comments on commit 9c81dfc

Please sign in to comment.