mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
CDN Uploads are now queued for indexing directly after uploading
This commit is contained in:
parent
9ead688696
commit
fef4c82e69
@ -33,7 +33,6 @@ namespace Wabbajack.BuildServer.Models.Jobs
|
||||
await client.UploadAsync(stream, file.MungedName, progress: new Progress(file.MungedName));
|
||||
}
|
||||
|
||||
/*
|
||||
await db.Jobs.InsertOneAsync(new Job
|
||||
{
|
||||
Payload = new IndexJob
|
||||
@ -49,7 +48,7 @@ namespace Wabbajack.BuildServer.Models.Jobs
|
||||
}
|
||||
}
|
||||
}
|
||||
});*/
|
||||
});
|
||||
}
|
||||
return JobResult.Success();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user