shell-things/etc/fahclient/config.xml

28 lines
388 B
XML
Raw Normal View History

2020-03-30 07:35:56 +02:00
<config>
2023-02-21 18:08:54 +01:00
<!-- Client Control -->
2024-06-11 20:14:38 +02:00
<client-threads v='2' />
<fold-anon v='true' />
2020-03-30 07:35:56 +02:00
2023-02-21 18:08:54 +01:00
<!-- Folding Core -->
2024-06-11 20:14:38 +02:00
<cpu-usage v='50' />
<gpu-usage v='50' />
2020-03-30 07:35:56 +02:00
2023-02-21 18:08:54 +01:00
<!-- Slot Control -->
2024-06-11 20:14:38 +02:00
<power v='MEDIUM' />
2020-03-30 07:35:56 +02:00
2023-02-21 18:08:54 +01:00
<!-- User Information -->
2024-06-11 20:14:38 +02:00
<passkey v='' />
<team v='201753' />
<user v='Mikaela' />
2020-03-30 07:35:56 +02:00
2023-02-21 18:08:54 +01:00
<!-- Folding Slots -->
<slot
id='0'
type='CPU'
/>
<slot
id='1'
type='GPU'
/>
2020-03-30 07:35:56 +02:00
</config>