Reduce number of entries synced into manticore per commit
This commit is contained in:
parent
5dc2ef0862
commit
97341cd466
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user