Skip to content

Commit

Permalink
Reverting chunk_size, so significant difference
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Dec 13, 2024
1 parent de7a577 commit 9d7b137
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fedn/network/combiner/modelservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
from fedn.common.log_config import logger
from fedn.network.storage.models.tempmodelstorage import TempModelStorage

#CHUNK_SIZE = 1024 * 1024

CHUNK_SIZE = 64 * 1024
CHUNK_SIZE = 1024 * 1024


def upload_request_generator(mdl, id):
Expand Down

0 comments on commit 9d7b137

Please sign in to comment.