aboutsummaryrefslogtreecommitdiff
path: root/deduper/libpuzzle/php/examples/similar/config.inc.php
blob: d4e3b4145faabcf39072bb63f1c2b091b8f69669 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

define('MAX_IMAGE_SIZE', 1024 * 1024 * 4);
define('MAX_URL_SIZE', 255);
define('DB_DSN', 'sqlite:similar.sqlite3');
define('MAX_WORDS', 100);
define('MAX_WORD_LENGTH', 10);

?>