make browser download timeout configurable for blocks and tasks (#3619)
This commit is contained in:
@@ -109,6 +109,7 @@ class TaskModel(Base):
|
||||
)
|
||||
model = Column(JSON, nullable=True)
|
||||
browser_address = Column(String, nullable=True)
|
||||
download_timeout = Column(Numeric, nullable=True)
|
||||
|
||||
|
||||
class StepModel(Base):
|
||||
|
||||
Reference in New Issue
Block a user