Bug 254512 - Fix typo in default database quota definition
Summary: Fix typo in default database quota definition
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Przemyslaw Gorszkowski
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-27 05:58 PDT by Przemyslaw Gorszkowski
Modified: 2023-04-02 05:49 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Przemyslaw Gorszkowski 2023-03-27 05:58:25 PDT
In current implementation there is lapse in default quota definition:

static const unsigned long long defaultQuota = 5 * 1024 * 1204; // 5 MB
Comment 1 Przemyslaw Gorszkowski 2023-03-27 06:21:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12000
Comment 2 EWS 2023-04-02 05:48:49 PDT
Committed 262493@main (9603260a265d): <https://commits.webkit.org/262493@main>

Reviewed commits have been landed. Closing PR #12000 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-04-02 05:49:14 PDT
<rdar://problem/107528332>