Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-uwp
Commits
4115278f
Commit
4115278f
authored
Oct 29, 2016
by
Nicolas Jager
Browse files
fix : main loop sleep reduced to 5ms and disables cache folder erasing
Change-Id: Iefcfd673b066be77e8870314b36b75eed455819a Tuleap: #1277
parent
49f1b578
Changes
1
Hide whitespace changes
Inline
Side-by-side
RingD.cpp
View file @
4115278f
...
...
@@ -348,7 +348,7 @@ void RingClientUWP::RingD::deleteAccount(String ^ accountId)
void
RingClientUWP
::
RingD
::
startDaemon
()
{
eraseCacheFolder
();
//
eraseCacheFolder();
editModeOn_
=
true
;
...
...
@@ -678,7 +678,7 @@ RingClientUWP::RingD::startDaemon()
while
(
true
)
{
DRing
::
pollEvents
();
dequeueTasks
();
Sleep
(
1000
);
Sleep
(
5
);
}
DRing
::
fini
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment