"description":"The database to store the loginnotify_seen_net table. This can be a shared database if CentralIdLookupProvider is configured to return a unique ID for the user.",
"value":null
},
"LoginNotifySeenCluster":{
"description":"The external cluster to store the loginnotify_seen_net table in. The default is to store it in the core database.",
"value":null
},
"LoginNotifyUseCheckUser":{
"description":"Use the CheckUser cu_changes table if it is available. This is redundant with LoginNotify's own table, available with MediaWiki 1.41. Setting this to true will be deprecated in a later release. Defaults to true temporarily during WMF pilot.",
"value":true
},
"LoginNotifyUseSeenTable":{
"description":"Use the loginnotify_seen_net table. This is redundant with LoginNotifyUseCheckUser although both can be enabled during migration. Defaults to false temporarily during WMF pilot.",
"value":false
},
"LoginNotifySeenExpiry":{
"description":"The expiry time of data in the loginnotify_seen_net table, in seconds. This should be a multiple of LoginNotifyBucketSize. Default is 180 days.",
"value":15552000
},
"LoginNotifySeenBucketSize":{
"description":"The size of a time bucket used when storing data in the loginnotify_seen_net table, in seconds. If this is changed, the data in the loginnotify_seen_net will become invalid and the table should be truncated. Setting this to a small number will require additional storage space. Setting this to a large number will cause the data expiry time to be less accurate. Default: 15 days.",