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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user