|
|
@@ -103,7 +103,7 @@ $PostgreSql_hostname="DB_HOSTNAME"; //database address, usually localhost
|
|
|
$PostgreSql_databasename="DB_NAME"; //the name of the database where you loaded telemetry_postgresql.sql
|
|
|
```
|
|
|
|
|
|
-Ifyou chose to use MSSQL, you must set your database credentials:
|
|
|
+If you chose to use MSSQL, you must set your database credentials:
|
|
|
|
|
|
```php
|
|
|
$MsSql_server = 'DB_HOSTNAME';
|
|
|
@@ -468,7 +468,7 @@ __Advanced parameters:__ (Seriously, don't change these unless you know what you
|
|
|
* __useMebibits__: use mebibits/s instead of megabits/s for the speeds
|
|
|
* Default: `false`
|
|
|
* __overheadCompensationFactor__: compensation for HTTP and network overhead. Default value assumes typical MTUs used over the Internet. You might want to change this if you're using this in your internal network with different MTUs, or if you're using IPv6 instead of IPv4.
|
|
|
- * Default: `1.06` probably a decent estimate for all overhead. This was measured empirically by comparing the measured speed and the speed reported by my the network adapter.
|
|
|
+ * Default: `1.06` probably a decent estimate for all overhead. This was measured empirically by comparing the measured speed and the speed reported by my network adapter.
|
|
|
* `1048576/925000`: old default value. This is probably too high.
|
|
|
* `1.0513`: HTTP+TCP+IPv6+ETH, over the Internet (empirically tested, not calculated)
|
|
|
* `1.0369`: Alternative value for HTTP+TCP+IPv4+ETH, over the Internet (empirically tested, not calculated)
|