Quote:
Originally Posted by lierduh
It is not that the connection takes so much time, it is the time it needs to insert the imported posts into the forum system. It needs to build index, find the similar threads... Normal user posts message one by one, we are 'posting' perhaps hundreds of messages in one go. If your server is slow, then it will take a long time.
|
So If I understood you correctly, if I comment this line in functions_nntp.php
PHP Code:
// Index post for searching
build_post_index($postid, $foruminfo);
and then use these functions (in Admin CP -> Import & Maintenance):
-> Rebuild Forum Information
-> Rebuild Similar Threads
(or perhaps Rebuild Search Index)
that will speed up the import process since the rebuild function will be called just once (at the end), is that correct?
(imported newsgroups are shown to visitors only after the import process is finished)