1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00

chore: add logs to deletes worker

This commit is contained in:
Christy Jacob 2023-06-12 19:01:43 +05:30
parent d2b11f91fa
commit 7a4898fadd

View file

@ -618,6 +618,10 @@ class DeletesV1 extends Worker
$executionStart = \microtime(true);
var_dump("Collection : ", $collection);
var_dump("Database : ", $database->getDefaultDatabase());
var_dump("Namespace : ", $database->getNamespace());
while ($sum === $limit) {
$chunk++;