Revert "Increase compaction limits"

Too good to be true

This reverts commit 0fde12e5004192bf6e07a33ddb347164f3aff9f1.
diff --git a/src/collocatordb.cc b/src/collocatordb.cc
index eaf0296..b46d536 100644
--- a/src/collocatordb.cc
+++ b/src/collocatordb.cc
@@ -526,10 +526,6 @@
     // options.env->SetBackgroundThreads(16, Env::Priority::LOW); // Increase background threads for low priority
     options.create_if_missing = true;
     options.merge_operator = std::make_shared<CountMergeOperator>();
-    options.max_background_jobs = max_cores * 2;
-    options.soft_pending_compaction_bytes_limit = 64 * 1024 * 1024; // 64MB
-    options.hard_pending_compaction_bytes_limit = 128 * 1024 * 1024; // 128MB
-
     //options.max_successive_merges = 0;
     // options.IncreaseParallelism(max_cores); // Utilize all available cores
     // options.OptimizeLevelStyleCompaction();