Skip to content

Commit a84990f

Browse files
committed
set default value for UTF-8 checking to false
This causes a slight speedup for send/receive operations
1 parent 1e366ac commit a84990f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/triagens/ArangoDb/DefaultValues.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ abstract class DefaultValues
7373
/**
7474
* Default value for checking if data is UTF-8 conform
7575
*/
76-
const DEFAULT_CHECK_UTF8_CONFORM = true;
76+
const DEFAULT_CHECK_UTF8_CONFORM = false;
7777
}

0 commit comments

Comments
 (0)