mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
change thread priority back to normal
This commit is contained in:
parent
909b804663
commit
5853e59445
@ -252,7 +252,7 @@ nsresult nsImapProtocol::Initialize(nsIImapHostSessionList * aHostSessionList, P
|
||||
m_fetchMsgListMonitor = PR_NewMonitor();
|
||||
|
||||
m_thread = PR_CreateThread(PR_USER_THREAD, ImapThreadMain, (void*)
|
||||
this, PR_PRIORITY_HIGH, PR_LOCAL_THREAD,
|
||||
this, PR_PRIORITY_NORMAL, PR_LOCAL_THREAD,
|
||||
PR_UNJOINABLE_THREAD, 0);
|
||||
NS_ASSERTION(m_thread, "Unable to create imap thread.\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user