mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
20 lines
562 B
Plaintext
20 lines
562 B
Plaintext
# MailStone workload configuration file. See sample.wld for detailed usage
|
|
# Typical IMAP checks/reads
|
|
|
|
<includeOnce conf/general.wld>
|
|
|
|
<CONFIG> # test specific config
|
|
title IMAP reads
|
|
clientCount 100 # since IMAP has long sleeps, use lots of clients
|
|
</CONFIG>
|
|
|
|
<IMAP4>
|
|
weight 100
|
|
#leaveMailOnServer 1
|
|
|
|
idleTime 2s # time between login and first download check
|
|
loopDelay 5m # time between download checks
|
|
numLoops 10 # how many check to do before closing the connection
|
|
blockTime 2s # time between logout and next login (or other block)
|
|
</IMAP4>
|