genericuser
genericuser

Reputation: 1450

App fabric cache limitation

I am trying to cache long string in the cache. It is limiting itself to 255 char length. I am not able to figure out why?

Is there any way to re configure this?

Upvotes: 0

Views: 835

Answers (1)

genericuser
genericuser

Reputation: 1450

Change the settings for transportproperties:

        transportProperties maxBufferPoolSize="5000000" maxBufferSize="500000" 

Upvotes: 2

Related Questions