From 97341cd4667f0e486699bbbd0456cbf71bea41cf Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 9 Dec 2021 02:11:40 +0100 Subject: [PATCH] Reduce number of entries synced into manticore per commit --- src/Sync/NodaPersinstFulltextSyncManticore.php | 2 +- src/Sync/NodaPlaceFulltextSyncManticore.php | 2 +- src/Sync/NodaTagFulltextSyncManticore.php | 2 +- src/Sync/NodaTimeFulltextSyncManticore.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Sync/NodaPersinstFulltextSyncManticore.php b/src/Sync/NodaPersinstFulltextSyncManticore.php index ee300c5..e56eb94 100644 --- a/src/Sync/NodaPersinstFulltextSyncManticore.php +++ b/src/Sync/NodaPersinstFulltextSyncManticore.php @@ -11,7 +11,7 @@ declare(strict_types = 1); */ final class NodaPersinstFulltextSyncManticore { - const FULL_SYNC_COMMIT_AFTER = 50000; + const FULL_SYNC_COMMIT_AFTER = 30000; /** * Returns all names and descriptions in the different languages of a actor. diff --git a/src/Sync/NodaPlaceFulltextSyncManticore.php b/src/Sync/NodaPlaceFulltextSyncManticore.php index 5370ac1..7850b94 100644 --- a/src/Sync/NodaPlaceFulltextSyncManticore.php +++ b/src/Sync/NodaPlaceFulltextSyncManticore.php @@ -11,7 +11,7 @@ declare(strict_types = 1); */ final class NodaPlaceFulltextSyncManticore { - const FULL_SYNC_COMMIT_AFTER = 50000; + const FULL_SYNC_COMMIT_AFTER = 30000; /** * Returns all names and descriptions in the different languages of a place. diff --git a/src/Sync/NodaTagFulltextSyncManticore.php b/src/Sync/NodaTagFulltextSyncManticore.php index c3b4b65..1589542 100644 --- a/src/Sync/NodaTagFulltextSyncManticore.php +++ b/src/Sync/NodaTagFulltextSyncManticore.php @@ -11,7 +11,7 @@ declare(strict_types = 1); */ final class NodaTagFulltextSyncManticore { - const FULL_SYNC_COMMIT_AFTER = 50000; + const FULL_SYNC_COMMIT_AFTER = 30000; /** * Returns all names and descriptions in the different languages of a tag. diff --git a/src/Sync/NodaTimeFulltextSyncManticore.php b/src/Sync/NodaTimeFulltextSyncManticore.php index 3be7424..cb69fb6 100644 --- a/src/Sync/NodaTimeFulltextSyncManticore.php +++ b/src/Sync/NodaTimeFulltextSyncManticore.php @@ -11,7 +11,7 @@ declare(strict_types = 1); */ final class NodaTimeFulltextSyncManticore { - const FULL_SYNC_COMMIT_AFTER = 50000; + const FULL_SYNC_COMMIT_AFTER = 30000; /** * Returns all names and descriptions in the different languages of a time.