I'm importing from UBB.classic 6.7.1 to vB 3.6.8 and I'm wondering about this:
####
#
# DUPLICATE CHECKING
# Where unique import id's are aviable ImpEx can check for duplicates with some
# Tier2 systems this will need to be set to false.
#
# yahoo_groups, YaBB 2.1, Ikonboard 3.1.5 (for attachments)
#
####
define('dupe_checking', true);
---
I've read that setting this to false will speed things up (it's a large import, over 600k posts), but I'm wondering what exactly does setting this to false mean? Is it relevant to UBB.classic at all, etc. Thanks in advance for the info.
####
#
# DUPLICATE CHECKING
# Where unique import id's are aviable ImpEx can check for duplicates with some
# Tier2 systems this will need to be set to false.
#
# yahoo_groups, YaBB 2.1, Ikonboard 3.1.5 (for attachments)
#
####
define('dupe_checking', true);
---
I've read that setting this to false will speed things up (it's a large import, over 600k posts), but I'm wondering what exactly does setting this to false mean? Is it relevant to UBB.classic at all, etc. Thanks in advance for the info.
Comment