Reduce number of entries synced into manticore per commit

This commit is contained in:
Joshua Ramon Enslin 2021-12-09 02:11:40 +01:00
parent 5dc2ef0862
commit 97341cd466
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ declare(strict_types = 1);
*/ */
final class NodaPersinstFulltextSyncManticore { 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. * Returns all names and descriptions in the different languages of a actor.

View File

@ -11,7 +11,7 @@ declare(strict_types = 1);
*/ */
final class NodaPlaceFulltextSyncManticore { 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. * Returns all names and descriptions in the different languages of a place.

View File

@ -11,7 +11,7 @@ declare(strict_types = 1);
*/ */
final class NodaTagFulltextSyncManticore { 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. * Returns all names and descriptions in the different languages of a tag.

View File

@ -11,7 +11,7 @@ declare(strict_types = 1);
*/ */
final class NodaTimeFulltextSyncManticore { 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. * Returns all names and descriptions in the different languages of a time.