mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
update check only once daily, fixes that were causing things to lock up
on window move
This commit is contained in:
@@ -77,6 +77,8 @@ class MessageSiphon implements Runnable {
|
||||
//if (e.getMessage().indexOf("Bad file descriptor") == -1) {
|
||||
//System.err.println("MessageSiphon err " + e);
|
||||
//e.printStackTrace();
|
||||
} else {
|
||||
e.printStackTrace();
|
||||
}
|
||||
thread = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user