Set thread priority for GZipper threads to MIN_PRIORITY.
This commit is contained in:
parent
0e2aca1c07
commit
04a1b2cb80
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ public class FileLogger extends Logger implements Log {
|
|||
public GZipper(File file) {
|
||||
this.file = file;
|
||||
this.temp = new File(file.getAbsolutePath() + ".tmp");
|
||||
setPriority(MIN_PRIORITY);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
|
|
Loading…
Add table
Reference in a new issue