diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-22 19:56:27 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-22 19:58:39 -0800 |
commit | f57711251aa2f656c2c2d93c10ea21ed544bffc3 (patch) | |
tree | 81e8d78a7bf7e986a085a300a3dabb742af7bc7b /src | |
parent | d12a1615d8beb098111afc293bae4bf06f610a9b (diff) | |
download | DotNetOpenAuth-f57711251aa2f656c2c2d93c10ea21ed544bffc3.zip DotNetOpenAuth-f57711251aa2f656c2c2d93c10ea21ed544bffc3.tar.gz DotNetOpenAuth-f57711251aa2f656c2c2d93c10ea21ed544bffc3.tar.bz2 |
Added missing cacheDiscovery .config attribute
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd b/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd index 61f4caa..fe74182 100644 --- a/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd +++ b/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd @@ -452,6 +452,14 @@ </xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="cacheDiscovery" type="xs:boolean"> + <xs:annotation> + <xs:documentation> + Whether the results of identifier discovery should be cached for a short time to improve performance + on subsequent requests, at the potential risk of reading stale data. + </xs:documentation> + </xs:annotation> + </xs:attribute> </xs:complexType> </xs:element> <xs:element name="oauth"> |