Set thread priority for GZipper threads to MIN_PRIORITY.

This commit is contained in:
hns 2005-06-09 16:32:32 +00:00
parent 0e2aca1c07
commit 04a1b2cb80

View file

@ -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() {