mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
75c7c2b556
commit
1546a5ff58
@ -169,7 +169,7 @@ function drop_fast_announce ($lp_info)
|
||||
|
||||
function msg_die ($msg)
|
||||
{
|
||||
if (DBG_LOG_TRACKER) dbg_log(' ', '!die-'. clean_filename($msg));
|
||||
if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . time());
|
||||
|
||||
$output = bencode(array(
|
||||
# 'interval' => (int) 1800,
|
||||
|
@ -21,7 +21,7 @@ $info_hash = $_GET['info_hash'];
|
||||
|
||||
function msg_die ($msg)
|
||||
{
|
||||
if (DBG_LOG_TRACKER) dbg_log(' ', '!die-'. clean_filename($msg));
|
||||
if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . time());
|
||||
|
||||
$output = bencode(array(
|
||||
'min interval' => (int) 1800,
|
||||
|
Loading…
Reference in New Issue
Block a user