changed HIT duration to 3600 sec
This commit is contained in:
parent
49e3f76513
commit
fd4fafc8d0
2 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@
|
|||
"385MDVINFCQ9GBFYIP885LXR4MTJWP",
|
||||
"3FO95NVK5CBX7IH26P7GANGX8QTRSC",
|
||||
"30F94FBDNRVB6BDSZSQGKD7FSOGTB4",
|
||||
"3DIIW4IV8P61CYC8Q1HPYSZ07IMI4F"
|
||||
"3DIIW4IV8P61CYC8Q1HPYSZ07IMI4F",
|
||||
"30IRMPJWDZUZJZ4U1GYEJ1PNR0VRKI"
|
||||
]
|
||||
}
|
|
@ -112,7 +112,7 @@ class Connection():
|
|||
Reward = str(batch['reward']),
|
||||
MaxAssignments = 1,
|
||||
LifetimeInSeconds = 172800,
|
||||
AssignmentDurationInSeconds = 600,
|
||||
AssignmentDurationInSeconds = 3600,
|
||||
AutoApprovalDelayInSeconds = 14400,
|
||||
Question = xml,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue