server.config.php: downstream sync serverid upstream change (#8187)

This commit is contained in:
Simon L.
2026-05-21 12:01:49 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
<?php
$CONFIG = array (
'serverid' => crc32(gethostname()) % 512,
'serverid' => hexdec(hash('xxh32', gethostname()) & 0x1FF,
);