forked from LBRYCommunity/lbry-sdk
flush count
This commit is contained in:
parent
49f4add8d1
commit
82e6658483
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