File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -319,10 +319,11 @@ def append_scenes(
319
319
for scene in scenes :
320
320
scene .validate ()
321
321
322
- if len ( scenes ) > WARN_FOR_LARGE_SCENES_UPLOAD and not asynchronous :
322
+ if not asynchronous :
323
323
print (
324
- "Tip: for large uploads, get faster performance by importing your data "
325
- "into Nucleus directly from a cloud storage provider. See "
324
+ "WARNING: Processing lidar pointclouds usually takes several seconds. As a result, sychronous scene upload"
325
+ "requests are likely to timeout. For large uploads, we recommend using the flag asynchronous=True "
326
+ "to avoid HTTP timeouts. Please see"
326
327
"https://dashboard.scale.com/nucleus/docs/api?language=python#guide-for-large-ingestions"
327
328
" for details."
328
329
)
You can’t perform that action at this time.
0 commit comments