Skip to content

Commit

Permalink
increase rate at which tox_do() is called
Browse files Browse the repository at this point in the history
file transfers need tox_do() to be called often to reach high speeds
  • Loading branch information
notsecure committed May 24, 2014
1 parent d58af58 commit 81334a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ToxSession.vala
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ namespace Venom {
lock(handle) {
handle.do();
}
Thread.usleep(25000);
Thread.usleep(1000);
}
stdout.printf("Background thread stopped.\n");
return 0;
Expand Down

0 comments on commit 81334a7

Please sign in to comment.