remove SKOPT_MODEL_QUEUE_SIZE comments

This commit is contained in:
viotemp1
2025-03-26 08:36:55 +02:00
parent fcd0c1d606
commit eb03382b2d

View File

@@ -35,9 +35,6 @@ logger = logging.getLogger(__name__)
INITIAL_POINTS = 30
# Keep no more than SKOPT_MODEL_QUEUE_SIZE models
# in the skopt model queue, to optimize memory consumption
# SKOPT_MODEL_QUEUE_SIZE = 10
log_queue: Any