mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
increase storage capacity of kill window to 1024
This commit is contained in:
parent
9c7c17a5b7
commit
74da136678
1 changed files with 1 additions and 1 deletions
|
@ -1486,7 +1486,7 @@ namespace PersistentWindows.Common
|
|||
//limit deadApp size
|
||||
foreach (var kid in deadApps[display_config].Keys)
|
||||
{
|
||||
if (lastKilledWindowId - kid > 50)
|
||||
if (lastKilledWindowId - kid > 1024)
|
||||
deadApps[display_config].Remove(kid);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue