It's explained by the comment above that line:
// Prime to not correlate with any user patterns.
The value sizes a simple hash table. Making the number of elements a prime number allows using a simple hashing function with an acceptable probability of unwanted collisions.