Ver código fonte

Reduce microblog polling time

Bob Mottram 8 anos atrás
pai
commit
c5b74fafff
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Ver arquivo

@@ -8855,7 +8855,7 @@ function install_gnu_social_theme {
8855 8855
 		echo "\$config['site']['qvitter']['enabledbydefault'] = true;" >> $microblog_config_file
8856 8856
 		echo "\$config['site']['qvitter']['defaultbackgroundcolor'] = '#f4f4f4';" >> $microblog_config_file
8857 8857
 		echo "\$config['site']['qvitter']['defaultlinkcolor'] = '#0084B4';" >> $microblog_config_file
8858
-		echo "\$config['site']['qvitter']['timebetweenpolling'] = 120000; // two minutes" >> $microblog_config_file
8858
+		echo "\$config['site']['qvitter']['timebetweenpolling'] = 30000; // 30 secs" >> $microblog_config_file
8859 8859
 		echo "\$config['site']['qvitter']['urlshortenerapiurl'] = 'http://qttr.at/shortener.php';" >> $microblog_config_file
8860 8860
 		echo "\$config['site']['qvitter']['urlshortenersignature'] = 'b6afeec983';" >> $microblog_config_file
8861 8861
 		if [ $MICROBLOG_BACKGROUND_IMAGE_URL ]; then