Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Don't burn CPUs in main thread
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Dec 22, 2018
1 parent 479cb0b commit cd425cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FFXIVRichPresenceRunner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ private static void Main(string[] args)

while (true)
{
// Don't wanna burn CPUs
Thread.Sleep(1);
}
}

Expand Down

0 comments on commit cd425cf

Please sign in to comment.