diff options
author | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-06 19:52:05 +0000 |
---|---|---|
committer | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-06 19:52:05 +0000 |
commit | f3420421db40609272f892b0039f970e1356f3cc (patch) | |
tree | 24997a8c47dcd84c3f5e165a7e6b61639c389f94 /windows | |
parent | 1c15102a333bd6a92ef1348c1fb21782fa6071c9 (diff) |
Yes, Yes, Yes!!! Es geht! Performance-Probleme bei hoher Prozessorlast in den Griff bekommen, man muss nur die Threads als uninterruptible markieren.
git-svn-id: https://svn.neo-layout.org@1128 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r-- | windows/neo-vars/src/Source/recycle.ahk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/neo-vars/src/Source/recycle.ahk b/windows/neo-vars/src/Source/recycle.ahk index 5384763..14a0655 100644 --- a/windows/neo-vars/src/Source/recycle.ahk +++ b/windows/neo-vars/src/Source/recycle.ahk @@ -4,6 +4,7 @@ */
#MaxThreadsPerHotKey 1
+Thread,Interrupt,-1,-1
SetBatchLines -1
SetCapsLockState Off
|