inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 20, 2014 23:46:18 GMT -8
v1.2.2 submitted to library added key storage watch to help keep track of size of key if key is 99% full, no new events can be added via key its recommended you move some events to plugin settings to reduce key size if you can, especially if they are re-occuring events Im also going to work on the expansion plugin that will give you more plugin setting space as well as another super forum key that will give you additional 32K of storage. hey Tim CamaraI was under the impression that keys hold 32K of storage, but when I was looking at his key before I fixed it, it was holding nearly 64K. am I calculating it wrong? I used a for loop to go through the array and did a JSON.stringify on each object and summed up its length. the total was over 65000 characters.. which is almost 64K. am I missing something?
|
|
inherit
211778
0
Aug 3, 2016 11:36:21 GMT -8
ponzinomics
250
July 2014
ponzinomics
|
Post by ponzinomics on Sept 21, 2014 12:33:18 GMT -8
Im also going to work on the expansion plugin that will give you more plugin setting space as well as another super forum key that will give you additional 32K of storage. Thanks, I will upgrade the plugin when is available. Regarding the superkey, if it just provides 32k more space, so 50% more, I will have to follow exactly the same approach, so no real change. It really doe snot make a real difference playing with a span of 100 events than playing with a span of 75 events. Not sure if is worth then, against design a proper management approach (e.g. expiration time)... unless this is extended in Forums.net. I can understand the constraint in proboards accounts.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 21, 2014 13:19:15 GMT -8
I can only work with what I have. I cant MAKE storage space appear from nowhere.
|
|
inherit
211778
0
Aug 3, 2016 11:36:21 GMT -8
ponzinomics
250
July 2014
ponzinomics
|
Post by ponzinomics on Sept 21, 2014 13:34:27 GMT -8
I can only work with what I have. I cant MAKE storage space appear from nowhere. Yes, yes, I know, my comment is just so you can better prioritize your work. I have still to analize if I need 32k extra events but probably I can find a management policy as 64k vs 96k does not make a qualitative difference. Just, if you spend a while in creating it, and I finally do not use it, do not blame on me. :-) This is what I meant.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 21, 2014 13:41:39 GMT -8
64K is the size of the plugin settings space. 32K is the size of the key. I made it confusing up there when I calculated which is why I was trying to get clarification from Tim.
|
|
inherit
211778
0
Aug 3, 2016 11:36:21 GMT -8
ponzinomics
250
July 2014
ponzinomics
|
Post by ponzinomics on Sept 21, 2014 14:27:57 GMT -8
I was going to upgrade but just noticed that 1.2.2 warns 'Uses 1 Super Key'. I was assuming that 64k version used 1 key and only the enhanced version, with 32k, would use the super key. Is a mistake or did I misunderstand anything?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 21, 2014 16:23:20 GMT -8
its always used 1 super key. its where you been storing everything.
|
|
inherit
211778
0
Aug 3, 2016 11:36:21 GMT -8
ponzinomics
250
July 2014
ponzinomics
|
Post by ponzinomics on Sept 21, 2014 22:37:36 GMT -8
I worked Wormo, thanks. For the moment I decided adding only major events (e.g. meetings) and leave minor events (statistical releases) for the future, when the project grows (as is time consuming to maintain a time span of events). So with the current plugin I am done for a while.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 21, 2014 23:46:47 GMT -8
make sure you see the note about moving some events into plugin settings. it will free up some space. especially if they are re-occuring then the key doesnt have to worry about them.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Sept 22, 2014 7:51:14 GMT -8
v1.2.2 submitted to library added key storage watch to help keep track of size of key if key is 99% full, no new events can be added via key its recommended you move some events to plugin settings to reduce key size if you can, especially if they are re-occuring events Im also going to work on the expansion plugin that will give you more plugin setting space as well as another super forum key that will give you additional 32K of storage. hey Tim CamaraI was under the impression that keys hold 32K of storage, but when I was looking at his key before I fixed it, it was holding nearly 64K. am I calculating it wrong? I used a for loop to go through the array and did a JSON.stringify on each object and summed up its length. the total was over 65000 characters.. which is almost 64K. am I missing something? Limit is supposed to be 32k, not sure why it allowed more. I'll add a bug to investigate.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 22, 2014 13:11:18 GMT -8
v1.2.2 submitted to library added key storage watch to help keep track of size of key if key is 99% full, no new events can be added via key its recommended you move some events to plugin settings to reduce key size if you can, especially if they are re-occuring events Im also going to work on the expansion plugin that will give you more plugin setting space as well as another super forum key that will give you additional 32K of storage. hey Tim CamaraI was under the impression that keys hold 32K of storage, but when I was looking at his key before I fixed it, it was holding nearly 64K. am I calculating it wrong? I used a for loop to go through the array and did a JSON.stringify on each object and summed up its length. the total was over 65000 characters.. which is almost 64K. am I missing something? Limit is supposed to be 32k, not sure why it allowed more. I'll add a bug to investigate. Awesome. I set a 99% limit in the plugin at 32K so either way it should be safe now. but I am kinda hoping this is a bug you dont fix since it just gives us twice the room we hoped for. #goteamcamara
|
|
inherit
213976
0
Sept 23, 2014 20:10:12 GMT -8
ndmccain06
3
September 2014
ndmccain06
|
Post by ndmccain06 on Sept 23, 2014 19:40:51 GMT -8
Thank you for getting back to me. I'll just set the days high.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 23, 2014 19:47:14 GMT -8
I did, but it was back on page 6.
basically you dont WANT the key to hold things forever or eventually you wont be able to add new events. there isnt unlimited storage here in the key. if you want something to stay around longer, then put it in the plugin settings part. that isnt affected by the auto-delete part of the code. the code only affects what gets stored in the key.
also keep in mind there is going to be another update soon that allows for the reoccur to happen more often then yearly.
|
|
Matt11239
New Member
I try to help with whatever I can. Michael is cool :)
Posts: 49
inherit
207408
0
Feb 28, 2016 9:51:31 GMT -8
Matt11239
I try to help with whatever I can. Michael is cool :)
49
April 2014
matt11239
|
Post by Matt11239 on Sept 24, 2014 6:06:12 GMT -8
My event pops up in the info center at bottom of page but when i click it it says "The calender for this forum is not enabled"
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 24, 2014 6:37:55 GMT -8
Is that true?
|
|