Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ struct FrozenFrameSnapshot: @unchecked Sendable {
/// screenshots just because a pixel buffer happens to exist.
final class FrozenFrameAuthority: @unchecked Sendable {
private static let maximumSnapshotAgeMilliseconds = 150.0
private static let maximumLiveRgbAgeMilliseconds = 100.0
private static let maximumLiveRgbAgeMilliseconds =
LiveRgbSample.maximumDisplayAge * 1_000
private static let selfCaptureFilterRetryInterval: TimeInterval = 0.035
private static let selfCaptureFilterRetryWindow: TimeInterval = 2.5

Expand Down
Loading
Loading