Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Replace WatchLoad #106

Description

@Katsute

WatchLoad is inefficient in that while idling, files are not being read. Instead, files should only be changed at the time the file is request (using the last modified time to determine when to update bytes).

This change in WatchLoad could also pave the way for easy implementation of a cache load (#80).

Preload option could expand to have a cache time parameter (instead of creating a new option).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions