Skip to content

Commit

Permalink
updated server configuration templates
Browse files Browse the repository at this point in the history
  • Loading branch information
framefactory committed Jul 30, 2019
1 parent f921e2d commit b2e740a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
6 changes: 3 additions & 3 deletions server/clients.template.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"73daea32-2c77-46e9-b39f-3c4f0d7de8d9": {
"bf259beb-2d82-41d3-961c-2070d30b91ea": {
"name": "Alice"
},
"12fc8a40-0b70-4e19-98b3-c35b370eb542": {
"6867a59e-0ec5-411d-a93e-4f8cd9098823": {
"name": "Bob"
},
}
}
18 changes: 6 additions & 12 deletions server/tools.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"executable": "C:\\Tools\\Instant Meshes.exe",
"version": "",
"maxInstances": 1,
"timeout": 1200 // 20 minutes
"timeout": 900 // 15 minutes
},
"MeshSmith": {
"executable": "C:\\Tools\\MeshSmith\\MeshSmith.exe",
"version": "2019-05-04",
"version": "v0.6.4, 2019-05-04",
"maxInstances": 3,
"timeout": 600 // 10 minutes
},
Expand All @@ -31,7 +31,7 @@
},
"Meshlab": {
"executable": "C:\\Tools\\MeshlabMini\\meshlabserver.exe",
"version": "2019-05-02",
"version": "v2019.5, 2019-05-02",
"maxInstances": 3,
"timeout": 1800 // 30 minutes
},
Expand All @@ -49,20 +49,14 @@
},
"RizomUV": {
"executable": "C:\\Program Files\\Rizom Lab\\RizomUV VS RS 2018.0\\rizomuv.exe",
"version": "RizomUV.2018.0.171.gee18910.master",
"version": "RizomUV_VSRS.2018.0.85.g41754c4.master",
"maxInstances": 2,
"timeout": 1200 // 20 minutes
},
"Unknit": {
"executable": "C:\\Program Files\\Autodesk\\3ds Max 2016\\3dsmax.exe",
"version": "2016",
"maxInstances": 1,
"timeout": 1200 // 20 minutes
"timeout": 1800 // 30 minutes
},
"XNormal": {
"executable": "C:\\Program Files\\xNormal\\3.19.3\\x64\\xNormal.exe",
"version": "3.19.3.39669",
"maxInstances": 1,
"timeout": 1500 // 25 minutes
"timeout": 2700 // 45 minutes
}
}

0 comments on commit b2e740a

Please sign in to comment.