Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/124#discussion_r10552723 --- Diff: core/src/main/scala/org/apache/spark/network/Connection.scala --- @@ -206,12 +206,12 @@ class SendingConnection(val address: InetSocketAddress, selector_ : Selector, private class Outbox { val messages = new Queue[Message]() - val defaultChunkSize = 65536 //32768 //16384 + val defaultChunkSize = 65536 // 32768 // 16384 --- End diff -- remove the comment
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---