mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
26 lines
386 B
XML
26 lines
386 B
XML
<config>
|
|
<!-- Client Control -->
|
|
<client-threads v='2' />
|
|
<fold-anon v='true' />
|
|
|
|
<!-- Folding Core -->
|
|
<cpu-usage v='50' />
|
|
<gpu-usage v='50' />
|
|
|
|
<!-- Slot Control -->
|
|
<power v='MEDIUM' />
|
|
|
|
<!-- User Information -->
|
|
<passkey v='' />
|
|
<team v='201753' />
|
|
<user v='Mikaela' />
|
|
|
|
<!-- Folding Slots -->
|
|
<slot
|
|
id='0'
|
|
type='CPU' />
|
|
<slot
|
|
id='1'
|
|
type='GPU' />
|
|
</config>
|