enable dynamic prios by default
authorClaus Gittinger <cg@exept.de>
Mon, 10 Aug 1998 14:14:49 +0200
changeset 295 6b28f0a1753f
parent 294 f6501410860b
child 296 388fa68c1467
enable dynamic prios by default
private.rc
--- a/private.rc	Tue Aug 04 02:20:48 1998 +0200
+++ b/private.rc	Mon Aug 10 14:14:49 1998 +0200
@@ -293,7 +293,7 @@
 "/ run the background collector at a dynamic priority - it will
 "/ now always get a chance to make some progress ...
 
-thisIsMySystem ifTrue:[
+true "thisIsMySystem" ifTrue:[
     Smalltalk addStartBlock:[
 	'private.rc [info]: start timeSlicing...' infoPrintCR.
 	Processor startTimeSlicing.