mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
make default port be 5185
This commit is contained in:
parent
591fd7c648
commit
eaad55e828
@ -36,7 +36,10 @@ float get_pstats_max_rate() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const string pstats_host = config_pstats.GetString("pstats-host", "localhost");
|
const string pstats_host = config_pstats.GetString("pstats-host", "localhost");
|
||||||
const int pstats_port = config_pstats.GetInt("pstats-port", 5180);
|
|
||||||
|
// The default port for PStats used to be 5180, but that's used by AIM.
|
||||||
|
const int pstats_port = config_pstats.GetInt("pstats-port", 5185);
|
||||||
|
|
||||||
const float pstats_target_frame_rate = config_pstats.GetFloat("pstats-target-frame-rate", 30.0);
|
const float pstats_target_frame_rate = config_pstats.GetFloat("pstats-target-frame-rate", 30.0);
|
||||||
|
|
||||||
// The rest are different in that they directly control the server,
|
// The rest are different in that they directly control the server,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user