We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95ce19 commit a6af5c3Copy full SHA for a6af5c3
app/lib/package/api_export/exported_api.dart
@@ -72,7 +72,7 @@ final class ExportedApi {
72
ExportedJsonFile<Map<String, Object?>>._(
73
this,
74
'/not-found.json',
75
- Duration(minutes: 10),
+ Duration(minutes: 2),
76
);
77
78
/// Run garbage collection on the bucket.
@@ -255,7 +255,7 @@ final class ExportedPackage {
255
ExportedJsonFile<T> _suffix<T>(String suffix) => ExportedJsonFile<T>._(
256
_owner,
257
'/api/packages/$_package$suffix',
258
259
260
261
/// Interface for writing `/api/packages/<package>`.
0 commit comments