Skip to content
Snippets Groups Projects
Commit 66e2e4d7 authored by Bob Mottram's avatar Bob Mottram
Browse files

Recommended gnusocial hub retries

parent 7da0bb1e
No related branches found
No related tags found
No related merge requests found
......@@ -324,6 +324,7 @@ function install_gnu_social {
echo "addPlugin('StoreRemoteMedia');" >> $microblog_config_file
echo "\$config['queue']['enabled'] = true;" >> $microblog_config_file
echo "\$config['queue']['daemon'] = true;" >> $microblog_config_file
echo "\$config['ostatus']['hub_retries'] = 3;" >> $microblog_config_file
fi
# This improves performance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment