Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/lock expiration check #15

Merged
merged 6 commits into from
May 16, 2024
Merged

Conversation

sylvesterdamgaard
Copy link
Member

No description provided.

Sylvester Damgaard added 3 commits May 16, 2024 13:08
Copy link

what-the-diff bot commented May 16, 2024

PR Summary

  • Removal of README.md File
    The README.md file, generally used to explain the project, has been removed.

  • Addition of Reference to Illuminate\Support\Carbon in LockListener.php
    The LockListener.php file now imports a library called Illuminate\Support\Carbon. This library provides handy tools for managing date and time operations.

  • Update in Logic to Handle Locking Mechanism
    A change has been made in the method handling locks on data. Now, it incorporates a check to see if a lock was updated more than 5 minutes ago. Essentially, this means if an object has been locked and not updated for more than 5 minutes, it will trigger certain actions or mechanisms.

@sylvesterdamgaard sylvesterdamgaard merged commit bb7b29c into main May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant