(int)$row['seeders'], 'downloaded' => (int)$row['times_completed'], 'incomplete' => (int)$row['leechers'] ]; } $d = ['files' => $torrent_details]; \Nexus\Database\NexusDB::cache_put($cacheKey, $d, 1200); benc_resp($d);