List Property Value: Maximum Size

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Post Reply
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

List Property Value: Maximum Size

Post by Osler »

Scott or anyone else, what is the current size limit to pass a list to a property from a script? I thought it had been increased from 10K but I can't find it on the site.

Osler
ScottBot
Site Admin
Posts: 2790
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Re: List Property Value: Maximum Size

Post by ScottBot »

In general, Property values don't really have limits anymore (removed the old 10k limit with V3), and have a persistent limit (database limit) of 64k. Not sure what kind of list you are referring to, but alpha-lists should have the same limits.

Are you seeing a limit problem, or just checking?
Scott
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

Re: List Property Value: Maximum Size

Post by Osler »

Just seeing what the limit is so I can code into a list population script. Was planning a simple if/then to check the size...but that doesn't appear to be necessary anymore, right?

Osler
ScottBot
Site Admin
Posts: 2790
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Re: List Property Value: Maximum Size

Post by ScottBot »

Right. Unless you are worried about the persistent size (size that is stored in the DB for the next time HB starts).
Scott
Post Reply