Skip to content

Commit

Permalink
raise process priority again to restore performance on macOS (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
phkeese authored Jun 29, 2021
1 parent c3ecad2 commit 9b337de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ initialize
imageStore: (TCCImageStore newWith: self);
callbackCounter: 0.

[self receiveLoop] forkAt: Processor userBackgroundPriority.
"Mac users report serious slowdowns when receiveLoop is running at lower priority"
"So we have to rely on just the delay"
[self receiveLoop] fork.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"handlePendingEvent:" : "5/30/2021 12:11:04",
"imageStore" : "pk 6/19/2021 17:15",
"imageStore:" : "TR 6/22/2021 09:33",
"initialize" : "RS 6/23/2021 15:29",
"initialize" : "pk 6/29/2021 09:26",
"initializeHandlers" : "js 8/1/2020 18:09",
"isClientAlive" : "js 5/28/2020 17:18",
"loggedInUserID" : "rs 7/5/2020 14:48",
Expand Down

0 comments on commit 9b337de

Please sign in to comment.