-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProperties.master
43 lines (35 loc) · 1.62 KB
/
Properties.master
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
43
# ===================================================================
# Grader subsystem characteristics
# ===================================================================
subsystem.Grader = org.webcat.grader.Grader
Grader.version.major = 2
Grader.version.minor = 7
Grader.version.revision = 1
Grader.requires = Core, EOJDBCPrototypes, DBUpdateEngine
Grader.depends = env, pluginProperties
Grader.copyright = (c) 2006-2018 Virginia Tech Department of Computer Science
Grader.provider = Virginia Tech Computer Science
Grader.provider.url = http\://web-cat.org/updates
Grader.info.url = http\://wiki.web-cat.org/WCWiki/GraderSubsystem
Grader.history.url =\
http\://wiki.web-cat.org/WCWiki/GraderSubsystem/ChangeHistory
Grader.license = GNU Affero General Public License v.3
Grader.license.url = http\://www.gnu.org/licenses/agpl.html
Grader.description =\
This subsystem provides all of Web-CAT's automated grading services. \
It manages all grading plug-ins as well.
# -------------------------------------------------------------------
# Grader subsystem configuration property defaults
# -------------------------------------------------------------------
# see config.plist for docs on each property
grader.gracePeriod = 15
grader.mailResultNotificationAfterMinutes = 15
grader.timeout.max = 600
grader.timeout.default = 60
grader.maxFileUploadSize = 1048576
grader.defaultMaxFileUploadSize = 204800
grader.resumeSuspendedJobs = true
# -------------------------------------------------------------------
# Grader logging defaults
# -------------------------------------------------------------------
log4j.logger.org.webcat.grader = INFO