forked from LBRYCommunity/lbry-sdk
flush count
This commit is contained in:
parent
338488f16d
commit
e605c14b13
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ class FlushData:
|
|||
|
||||
OptionalResolveResultOrError = Optional[typing.Union[ResolveResult, LookupError, ValueError]]
|
||||
|
||||
DB_STATE_STRUCT = struct.Struct(b'>32sLL32sHLBBlll')
|
||||
DB_STATE_STRUCT_SIZE = 92
|
||||
DB_STATE_STRUCT = struct.Struct(b'>32sLL32sLLBBlll')
|
||||
DB_STATE_STRUCT_SIZE = 94
|
||||
|
||||
|
||||
class DBState(typing.NamedTuple):
|
||||
|
|
Loading…
Reference in a new issue