From a1ce0ae5a5134fa6514440e2ad0550aadc84586c Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 26 Apr 2019 23:22:15 +0300 Subject: [PATCH] iSplitSource: increase split level for Td.cpp to 80. GitOrigin-RevId: 568eba7264032fb00fcc2c40bb3ef8278126ab0b --- SplitSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SplitSource.php b/SplitSource.php index 3a45956d..8dc937ca 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -307,7 +307,7 @@ $files = array('td/telegram/ContactsManager' => 20, 'td/telegram/MessagesManager' => 50, 'td/telegram/NotificationManager' => 10, 'td/telegram/StickersManager' => 10, - 'td/telegram/Td' => 40, + 'td/telegram/Td' => 80, 'td/generate/auto/td/telegram/td_api' => 10, 'td/generate/auto/td/telegram/td_api_json' => 10, 'td/generate/auto/td/telegram/telegram_api' => 10);