mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Refactor inspect logic
This commit is contained in:
parent
d59366d36e
commit
58b5a37dbb
3 changed files with 161 additions and 145 deletions
|
|
@ -25,7 +25,6 @@ from datasette.utils import (
|
|||
connections = threading.local()
|
||||
ureg = pint.UnitRegistry()
|
||||
|
||||
HASH_BLOCK_SIZE = 1024 * 1024
|
||||
HASH_LENGTH = 7
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue