Not sure on how to tell the size of a post. So I uploaded the post from a word document using the post format & WordPress. These word documents are 300 KB to 900 KB in size. So listed below are the results of trying to index four of these posts. If I try to index all of them I get an error. If I try to index individual ones 2 are successfully indexed and the other 2 are not.
sudo -u archives -i — wp typesense index post –ids=183,181,132,70
PHP Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Error: cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received
root@Developement:/var/www/docs_dharchives_org/wp-content/uploads# sudo -u archives -i — wp typesense index post –ids=183
PHP Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Error: cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received
root@Developement:/var/www/docs_dharchives_org/wp-content/uploads# sudo -u archives -i — wp typesense index post –ids=181
PHP Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Success: post ID: 181 indexed successfully!!!
root@Developement:/var/www/docs_dharchives_org/wp-content/uploads# sudo -u archives -i — wp typesense index post –ids=132
PHP Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Success: post ID: 132 indexed successfully!!!
root@Developement:/var/www/docs_dharchives_org/wp-content/uploads# sudo -u archives -i — wp typesense index post –ids=70
PHP Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /var/www/docs_dharchives_org/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
Error: cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received
Is there a way to increase the operation time out value when indexing large documents?
Thank you for all your help
Heber