diff options
author | friendica <info@friendica.com> | 2014-05-18 00:45:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-18 00:45:02 -0700 |
commit | e79e8f4adde06315ab71877ec50a07d22fe2ec5b (patch) | |
tree | 5ba85e8d6dacadcfc2789191431e41d4664e7ea3 /boot.php | |
parent | 070e7cc376ec6465d61a63aa4954969cf9cb9e6e (diff) | |
parent | 89b8bc07ac7178b8ea722f8d1faa2f649faa8c1b (diff) | |
download | volse-hubzilla-e79e8f4adde06315ab71877ec50a07d22fe2ec5b.tar.gz volse-hubzilla-e79e8f4adde06315ab71877ec50a07d22fe2ec5b.tar.bz2 volse-hubzilla-e79e8f4adde06315ab71877ec50a07d22fe2ec5b.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ define ( 'DROPITEM_PHASE2', 2); * Maximum number of "people who like (or don't like) this" that we will list by name */ -define ( 'MAX_LIKERS', 75); +define ( 'MAX_LIKERS', 10); /** * Communication timeout |