2
0
mirror of https://opendev.org/x/pyghmi synced 2026-01-12 03:02:33 +00:00

Merge "change chunksize from 240 to 224"

This commit is contained in:
Zuul
2021-09-01 12:20:44 +00:00
committed by Gerrit Code Review

View File

@@ -151,7 +151,7 @@ class FRU(object):
# In our case, we don't need to think too hard about whether
# the FRU is word or byte, we just process what we get back in the
# payload
chunksize = 240
chunksize = 224
# Selected as it is accomodated by most tested things
# and many tested things broke after going much
# bigger