Knowledge Base How do I change the default download estimate...

How do I change the default download estimate connection speed?

Author Bill Brewer
Created
Open the modules/Download_Expander/download_display.php file and change the speed value in this line:

$connection_speed = $connection_speed ? $connection_speed : '1.8mbs';
to one of the following:
  • 56kbs
  • 640kb
  • 1.2mbs
  • 4mb
  • 6mbs

Was this article helpful?

Yes
No