cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with SL/OS/Halcyon
BSD 3-Clause "New" or "Revised" License
60 stars 40 forks source link

Allow rebaking after a specific delay #67

Open adversinc opened 2 years ago

adversinc commented 2 years ago

Sometimes it is necessary to rebake faster than REBAKE_DELAY. Moving REBAKE_DELAY to Settings is inconvenient (it would make the whole library rebake faster).

DelayedRequestSetAppearance method made public with a due argument which allows forcing faster rebake.

GwynethLlewelyn commented 2 years ago

I guess that the CodeQL error ought to be safely ignored; it fails quite a lot under recent versions of dotnet. Also, I'm not sure if it isn't supposed to fail, considering that it attempts to build the LibreMetaverse GUI on Ubuntu 20.04, which is a component that ought only work under Windows (as far as I understand).

That said, the rest seems to be fine and ready for a merge :)

GwynethLlewelyn commented 2 years ago

CodeQL is so annoying...

Anyway, I hope this gets merged in spite of the alleged error...

GwynethLlewelyn commented 2 years ago

Actually, I'm wondering if this particular PR couldn't solve my own issue, #76.