-
Notifications
You must be signed in to change notification settings - Fork 15
maximum number of resources: 32 #9
Comments
Hi, I rolled an experimental/proof-of-concept patch to see how a rather Anyway, if you are interested or if the limitation is a serious problem, Cheers, On Tue, Mar 25, 2014 at 3:01 PM, Patrick Ohly [email protected]:
|
FYI, I had to switch to the branch with support for more than 32 resources in the SyncEvolution nightly testing. It's working fine so far. Please continue working on removing that limit on the master branch. |
As you have seen in my murphy.lua as posted in some of the other issues, I had close to 30 resources defined. Today I added some more and murphyd failed after starting up with "Resource table overflow". According to the source, only 32 resources are supported, so that's by design.
32 is too low for my purposes. I could work around it for now by disabling some currently unused resources, but that's going to change again.
As a short-term solution, 64 would be okay, but long-term, there should be no such hard-coded limit at all because it's just not possible to anticipate what murphy will be used for.
The text was updated successfully, but these errors were encountered: