LlamaRewards

LlamaRewards 1.0

ffeee

Member
ffeee submitted a new resource:

LlamaRewards - LlamaRewards - Create timed rewards and claim them.| Создавайте своевременные награды и получайте их

LlamaRewards
Create timed rewards and claim them.

Features:
  • Create rewards
  • Claim rewards in an UI form
  • MongoDB support
  • YAML support
  • MySql support
  • Everything is editable
Installation:
  1. Download the .jar file.
  2. Paste the file into your plugin folder.
  3. Start your server.
  4. And have fun using LlamaRewards.

Commands /revards
Read more about this resource...
 

dustinke

New Member
ffeee submitted a new resource:





Looking into that OpenWrt forum discussion, the issue with slow nft set lookups seems largely tied to how big datasets are processed on constrained devices. When a set contains a very large number of elements, performance can degrade significantly, especially if the hardware has limited CPU and memory resources. This is somewhat similar to how video transcription online services handle large inputs - performance depends not just on size, but on how efficiently the data is structured and accessed. In the case of nftables, optimizing the composition of sets, reducing redundancy, or restructuring entries can help improve lookup times. It’s less about the lookup operation itself and more about how the data is prepared and maintained, which ultimately determines how responsive the system will be under load.
thanks for the information!
 
Last edited:
Top