Update link length used for reading in csv files.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Feb 2018 17:35:08 +0000 (12:35 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Feb 2018 17:35:48 +0000 (12:35 -0500)
Increasing to 100000 characters.

models/admin/import/index.php

index 49a49fa..9cf0e68 100644 (file)
@@ -21,7 +21,7 @@
 class GlmMembersAdmin_import_index
 {
 
-    const CSV_CHARS_PER_LINE = 6000;
+    const CSV_CHARS_PER_LINE = 100000;
     /**
      * WordPress Database Object
      *