Changeset 20716

Show
Ignore:
Timestamp:
10/04/08 23:02:26 (3 months ago)
Author:
poolmmjp
Message:

一度に表示される件数を500件→300件にして、軽量化を試みた。あとで戻すかも。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/MMMMB/MMMMB/MiniBlogView.cs

    r20715 r20716  
    191191                if (0 < deny.Items.Length) ok_deny = !deny.IsMatchAny(e); 
    192192                if (!(ok_allow && ok_deny)) continue; 
    193                 if (500 <= count++) break; 
     193                if (300 <= count++) break; 
    194194 
    195195                Template item = new Template("item");