-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (34 loc) · 822 Bytes
/
Copy pathconfig.json
File metadata and controls
42 lines (34 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"paths" : "paths",
"projects" : "projects",
"users" : "users",
"defaults" : "defaults",
"default" : "2K Scope Eevee",
"log" : "log/log_%(pid)s.log",
"single_proc" : true,
"languages" : "languages",
"language" : "english",
"templates" : "templates",
"stylesheets" : "stylesheets/default",
"javascript" : "javascript",
"logo" : "images/logo.png",
"icon" : "images/icon.png",
"port" : 8080,
"cache" : 60,
"jobs" : "farm/jobs",
"nodes" : "farm/nodes",
"bin_search_order" : true,
"require_half_life" : 32,
"retry" : false,
"show_overdue" : true,
"heartbeat" : 30.0,
"arrhythmia" : 1.0,
"error_scale" : 1.5,
"hibernation" : 600.0,
"timeout_scale" : 3.5,
"timeout_node" : 600.0,
"memory" : 600.0,
"rate_control" : 10.0,
"min_render_time" : 60.0,
"unknown_render_time" : 3600.0
}