-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcc_config.xml
More file actions
25 lines (25 loc) · 854 Bytes
/
cc_config.xml
File metadata and controls
25 lines (25 loc) · 854 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
<!--
This is a minimal configuration file cc_config.xml of the BOINC core client.
For a complete list of all available options and logging flags and their
meaning see: https://boinc.berkeley.edu/wiki/client_configuration
-->
<cc_config>
<log_flags>
<task>1</task>
<file_xfer>1</file_xfer>
<sched_ops>1</sched_ops>
<cpu_sched>1</cpu_sched>
<cpu_sched_debug>1</cpu_sched_debug>
<priority_debug>1</priority_debug>
<sched_op_debug>1</sched_op_debug>
<task_debug>1</task_debug>
</log_flags>
<options>
<allow_remote_gui_rpc>1</allow_remote_gui_rpc>
<!--<fetch_minimal_work>1</fetch_minimal_work>-->
<process_priority_special>5</process_priority_special>
<process_priority>2</process_priority>
<lower_client_priority>0</lower_client_priority>
<start_delay>30</start_delay>
</options>
</cc_config>