Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed May 17, 2024
1 parent 6d03f87 commit d443c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions route/v2/compose_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,9 @@ func YAMLfromRequest(ctx echo.Context) ([]byte, error) {

type composeAppsWithStoreInfoOpts struct {
checkIsUpdateAvailable bool
// /web/appgrid api is not need isUpdateAvailable value
// the api call in open casaos early. so the performance requirement is high.
// we need ensure the speed is very high.
// The /web/appgrid endpoint does not require information about whether the application can be updated, so we added an option.
// This endpoint is called as soon as CasaOS is opened, and we don't have time to cache it in advance.
// We must ensure that this endpoint responds as quickly as possible.
}

func composeAppsWithStoreInfo(ctx context.Context, opts composeAppsWithStoreInfoOpts) (map[string]codegen.ComposeAppWithStoreInfo, error) {
Expand Down

0 comments on commit d443c99

Please sign in to comment.