Yaroslav Harahuts
Yaroslav Harahuts
Having this code: ```php $config = new Config(); $config->setBaseURL( $host ); $config->setSaveDirectory( static::SITEMAP_DIR ); $generator = new SitemapGenerator($config); $generator->setMaxUrlsPerSitemap( 50000 ); $generator->setSitemapIndexFileName( 'sitemap.xml' ); $generator->setSitemapFileName( 'sitemap-item-.xml' ); foreach( range( 0,...
Currently there are no entity (?) to describe a mail message and/or parcel between two (or more) parties. There are `Message` entity, but it looks like it's meant for electronic...
**Describe the bug** Manticore crashes when inserting a large amount of data into index. Manticore is running in `rt` mode with following tables: ```sql CREATE TABLE redacted_aaa ( id bigint,...