temporarily revert to 400 folder items per call until a more permanet fix can be made

This commit is contained in:
root
2015-01-21 09:59:23 -06:00
parent 0ae7b89547
commit 8773541f35

View File

@@ -89,7 +89,7 @@ mfconn_api_folder_get_content(mfconn * conn, const int mode,
api_call = mfconn_create_signed_get(conn, 0,
"folder/get_content.php",
"?content_type=%s"
"&chunk_size=1000"
"&chunk_size=400"
"&response_format=json",
content_type);
} else {
@@ -97,7 +97,7 @@ mfconn_api_folder_get_content(mfconn * conn, const int mode,
"folder/get_content.php",
"?folder_key=%s"
"&content_type=%s"
"&chunk_size=1000"
"&chunk_size=400"
"&response_format=json",
folderkey, content_type);
}