mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-25 21:11:11 +08:00
feat(batchsize): tested different batch sizes and systems
This commit is contained in:
parent
dedc733047
commit
a8d5e7db05
@ -11,7 +11,7 @@ from tqdm.asyncio import tqdm
|
|||||||
from .base_node import BaseNode
|
from .base_node import BaseNode
|
||||||
|
|
||||||
|
|
||||||
_default_batchsize = 2
|
_default_batchsize = 16
|
||||||
|
|
||||||
|
|
||||||
class GraphIteratorNode(BaseNode):
|
class GraphIteratorNode(BaseNode):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user