mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
16 lines
315 B
Plaintext
16 lines
315 B
Plaintext
# MailStone workload configuration file. See sample.wld for detailed usage
|
|
# Typical POP checks/reads
|
|
|
|
<includeOnce conf/general.wld>
|
|
|
|
<CONFIG> # test specific config
|
|
title POP reads
|
|
clientCount 50
|
|
</CONFIG>
|
|
|
|
<POP3>
|
|
weight 100
|
|
numLoops 9999 # will close when messages run out
|
|
#leaveMailOnServer 1
|
|
</POP3>
|